aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2014-02-13 08:48:37 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2014-02-13 08:48:37 +0000
commit7a80925eabe969ffc1e8e24c2ad31c80c33ab3cd (patch)
treee070eccc63ed1819f999e9464d3fb6fb7a302cc3 /configure
parente76cf264de6caaca24fa308cab78e770fc4a6508 (diff)
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...
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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)