From cf287b4aeb5658ce1147e47ae189a23fd87bce1d Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Thu, 12 Jan 2017 17:33:52 +0100 Subject: configure.ac: add notice for libjansson --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3