at least NULL the task handle in the unimplemented task
[oweals/gnunet.git] / 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