gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: configure.ac: add notice fo


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: configure.ac: add notice for libjansson
Date: Thu, 12 Jan 2017 17:33:55 +0100

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

mteich pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new cf287b4ae configure.ac: add notice for libjansson
cf287b4ae is described below

commit cf287b4aeb5658ce1147e47ae189a23fd87bce1d
Author: Markus Teich <address@hidden>
AuthorDate: Thu Jan 12 17:33:52 2017 +0100

    configure.ac: add notice for libjansson
---
 configure.ac | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure.ac b/configure.ac
index 8521e060a..7c10d07f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1730,6 +1730,12 @@ then
   AC_MSG_NOTICE([NOTICE: bluetooth library not found.  bluetooth support will 
not be compiled.])
 fi
 
+# jansson
+if test "x$jansson" = "x0"
+then
+  AC_MSG_NOTICE([NOTICE: jansson library not found.  json support will not be 
compiled.])
+fi
+
 #gnutls
 if test x$gnutls != xtrue
 then

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



reply via email to

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