projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e12655
)
configure.ac: add notice for libjansson
author
Markus Teich
<teichm@fs.tum.de>
Thu, 12 Jan 2017 16:33:52 +0000
(17:33 +0100)
committer
Markus Teich
<teichm@fs.tum.de>
Thu, 12 Jan 2017 16:33:52 +0000
(17:33 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 8521e060a4470f672cb76c6efd24dec850425cca..7c10d07f163c7f1aaf2fbc52e421ef01afd09c93 100644
(file)
--- 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