gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: more precise versio


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: more precise version check
Date: Wed, 11 Jul 2018 18:44:00 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 1e09a06  more precise version check
1e09a06 is described below

commit 1e09a0660e6e78d6e6ad247ad9c6294e53c47627
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jul 11 18:43:42 2018 +0200

    more precise version check
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d28aca8..84f2d6b 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.
 *** ]])])
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]