diff options
author | Luca Deri <deri@ntop.org> | 2017-05-22 14:14:45 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-05-22 14:14:45 +0200 |
commit | cb6aabbf19cbde51b70a4c734f9584b3d2fb3431 (patch) | |
tree | ade1da5787cf7f39f2c015351ca381e8f2e4fa5c /configure.ac | |
parent | b89a2dce6f9a750219babe42276480396a78546b (diff) |
Fixed JSON format when -v 3 and -b is used
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c970cbe5b..959ee76de 100644 --- a/configure.ac +++ b/configure.ac @@ -67,6 +67,7 @@ else fi fi +dnl> https://github.com/json-c/json-c AC_ARG_ENABLE([json-c], AS_HELP_STRING([--disable-json-c], [Disable json-c support])) |