aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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