summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-07-11 18:43:42 +0200
committerChristian Grothoff <christian@grothoff.org>2018-07-11 18:43:57 +0200
commit1e09a0660e6e78d6e6ad247ad9c6294e53c47627 (patch)
tree08bcdb3d74bbaf449d16e37e2347dbdbea908699 /configure.ac
parentcbed072b271a58d88a97b557f6ee5a23b29bfad2 (diff)
downloadexchange-1e09a0660e6e78d6e6ad247ad9c6294e53c47627.tar.gz
exchange-1e09a0660e6e78d6e6ad247ad9c6294e53c47627.tar.bz2
exchange-1e09a0660e6e78d6e6ad247ad9c6294e53c47627.zip
more precise version check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d28aca89..84f2d6b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -287,12 +287,12 @@ AS_CASE([$with_jansson],
[no], [AC_MSG_ERROR([--with-jansson is required])],
[LDFLAGS="-L$with_jansson/lib $LDFLAGS"
CPPFLAGS="-I$with_jansson/include $CPPFLAGS"])
-AC_CHECK_LIB(jansson,json_pack,
+AC_CHECK_LIB(jansson,json_dumpb,
[AC_CHECK_HEADER([jansson.h],[jansson=1])])
AS_IF([test $jansson = 0],
[AC_MSG_ERROR([[
***
-*** You need libjansson to build this program.
+*** You need libjansson >= 2.10 to build this program.
*** ]])])