From: Philipp Stephani Date: Sun, 10 Dec 2017 15:55:31 +0000 (+0100) Subject: * configure.ac: Fix minimum Jansson version requirement. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~6444 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f856d1e4489eac45afab865838abb2b16fb1f14f;p=emacs.git * configure.ac: Fix minimum Jansson version requirement. --- diff --git a/configure.ac b/configure.ac index 83369f763aa..caee0159548 100644 --- a/configure.ac +++ b/configure.ac @@ -2875,7 +2875,7 @@ HAVE_JSON=no JSON_OBJ= if test "${with_json}" = yes; then - EMACS_CHECK_MODULES([JSON], [jansson >= 2.5], + EMACS_CHECK_MODULES([JSON], [jansson >= 2.7], [HAVE_JSON=yes], [HAVE_JSON=no]) if test "${HAVE_JSON}" = yes; then AC_DEFINE(HAVE_JSON, 1, [Define if using Jansson.])