diff options
author | aouinizied <aouinizied@gmail.com> | 2022-04-07 17:54:41 +0200 |
---|---|---|
committer | aouinizied <aouinizied@gmail.com> | 2022-04-07 17:54:41 +0200 |
commit | ff993e2f57afbe2ac89f2da135aec37a31ec6832 (patch) | |
tree | ea3819aa1d0be77193fc9576fe3b3f7c6aee9e84 /configure.ac | |
parent | a6e2f4a15a52087ff3f2fa16bb990c998c5215a6 (diff) |
Python bindings fix.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ce31803c7..2815aebbf 100644 --- a/configure.ac +++ b/configure.ac @@ -96,7 +96,6 @@ 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="" |