From 9537788ade8bd34ff150b30a79f1afb5a3123997 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Thu, 7 Apr 2022 17:59:11 +0200 Subject: Fix JSON-C. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 2815aebbf..ce31803c7 100644 --- a/configure.ac +++ b/configure.ac @@ -96,6 +96,7 @@ AC_DEFINE_UNQUOTED(NDPI_GIT_DATE, "${GIT_DATE}", [Last GIT change]) if ! test "${with_only_libndpi+set}" = set; then : dnl> used by json-c for unit tests + PKG_CHECK_MODULES([JSONC], [json-c], [JSONC_LIBS="${pkg_cv_JSONC_LIBS}" JSONC_CFLAGS="${pkg_cv_JSONC_CFLAGS}"]) AC_CHECK_LIB([json-c], [json_object_put], [], [ AC_MSG_WARN([JSON-C not available. Disabled unit test.]) JSONC_LIBS="" -- cgit v1.2.3