aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarkus Teich <teichm@fs.tum.de>2017-01-12 17:33:52 +0100
committerMarkus Teich <teichm@fs.tum.de>2017-01-12 17:33:52 +0100
commitcf287b4aeb5658ce1147e47ae189a23fd87bce1d (patch)
tree5e5065ce7544a903a9aa217c6b3f9a76b34077a0 /configure.ac
parent7e12655f31288f8b237c33de95fbda3e8335a173 (diff)
downloadgnunet-cf287b4aeb5658ce1147e47ae189a23fd87bce1d.tar.gz
gnunet-cf287b4aeb5658ce1147e47ae189a23fd87bce1d.zip
configure.ac: add notice for libjansson
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8521e060a..7c10d07f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1730,6 +1730,12 @@ then
1730 AC_MSG_NOTICE([NOTICE: bluetooth library not found. bluetooth support will not be compiled.]) 1730 AC_MSG_NOTICE([NOTICE: bluetooth library not found. bluetooth support will not be compiled.])
1731fi 1731fi
1732 1732
1733# jansson
1734if test "x$jansson" = "x0"
1735then
1736 AC_MSG_NOTICE([NOTICE: jansson library not found. json support will not be compiled.])
1737fi
1738
1733#gnutls 1739#gnutls
1734if test x$gnutls != xtrue 1740if test x$gnutls != xtrue
1735then 1741then