diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2014-02-13 08:48:37 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2014-02-13 08:48:37 +0000 |
commit | 7a80925eabe969ffc1e8e24c2ad31c80c33ab3cd (patch) | |
tree | e070eccc63ed1819f999e9464d3fb6fb7a302cc3 /configure | |
parent | e76cf264de6caaca24fa308cab78e770fc4a6508 (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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ INSTALL=install -p DESTDIR= LFLAGS= -EFLAGS= +EFLAGS=-lm EOF srcdir=$(cd $(dirname $0);pwd) |