From: Markus Teich Date: Thu, 12 Jan 2017 16:33:52 +0000 (+0100) Subject: configure.ac: add notice for libjansson X-Git-Tag: taler-0.2.1~460^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cf287b4aeb5658ce1147e47ae189a23fd87bce1d;p=oweals%2Fgnunet.git configure.ac: add notice for libjansson --- diff --git a/configure.ac b/configure.ac index 8521e060a..7c10d07f1 100644 --- 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