diff options
author | Markus Teich <teichm@fs.tum.de> | 2017-01-12 17:33:52 +0100 |
---|---|---|
committer | Markus Teich <teichm@fs.tum.de> | 2017-01-12 17:33:52 +0100 |
commit | cf287b4aeb5658ce1147e47ae189a23fd87bce1d (patch) | |
tree | 5e5065ce7544a903a9aa217c6b3f9a76b34077a0 /configure.ac | |
parent | 7e12655f31288f8b237c33de95fbda3e8335a173 (diff) |
configure.ac: add notice for libjansson
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8521e060a4..7c10d07f16 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 |