]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Fix minimum Jansson version requirement.
authorPhilipp Stephani <phst@google.com>
Sun, 10 Dec 2017 15:55:31 +0000 (16:55 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 10 Dec 2017 15:55:31 +0000 (16:55 +0100)
configure.ac

index 83369f763aa296f8dac76f7168c9292c970b5189..caee0159548dcbdc1411efa77e32d6fc463150c7 100644 (file)
@@ -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.])