From ea52314867604fdf79906daf7001c1539e615d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Mar=C3=ADn?= Date: Mon, 22 Jun 2020 12:42:27 +0200 Subject: [PATCH] Configure: Don't error if json-c is not found with pkg-config --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b5c73e14491..5398ae0b50d 100644 --- a/configure.ac +++ b/configure.ac @@ -960,7 +960,7 @@ if test "$CHECK_JSON" != "no"; then HAVE_JSON=yes JSON_CPPFLAGS="$JSONC_CFLAGS" JSON_LDFLAGS="$JSONC_LIBS" - ], []) + ], [AC_MSG_WARN("Could not find json-c")]) fi if test "$HAVE_JSON" = "yes"; then