configure.ac: add notice for libjansson
authorMarkus Teich <teichm@fs.tum.de>
Thu, 12 Jan 2017 16:33:52 +0000 (17:33 +0100)
committerMarkus Teich <teichm@fs.tum.de>
Thu, 12 Jan 2017 16:33:52 +0000 (17:33 +0100)
configure.ac

index 8521e060a4470f672cb76c6efd24dec850425cca..7c10d07f163c7f1aaf2fbc52e421ef01afd09c93 100644 (file)
@@ -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