From 7a80925eabe969ffc1e8e24c2ad31c80c33ab3cd Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 13 Feb 2014 08:48:37 +0000 Subject: Update json-parser code to git rev 11a80f389769d1f66ca7fbe64ad89c82d3ba4ba9. Few BitlBee-specific diffs now. Annoyingly need to link to libm now for the use of the function pow() since the lib now does its own number parsing... --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index a6f8aec7..bc1719bc 100755 --- a/configure +++ b/configure @@ -139,7 +139,7 @@ INSTALL=install -p DESTDIR= LFLAGS= -EFLAGS= +EFLAGS=-lm EOF srcdir=$(cd $(dirname $0);pwd) -- cgit v1.2.3