aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
2875JSON_OBJ= 2875JSON_OBJ=
2876 2876
2877if test "${with_json}" = yes; then 2877if test "${with_json}" = yes; then
2878 EMACS_CHECK_MODULES([JSON], [jansson >= 2.5], 2878 EMACS_CHECK_MODULES([JSON], [jansson >= 2.7],
2879 [HAVE_JSON=yes], [HAVE_JSON=no]) 2879 [HAVE_JSON=yes], [HAVE_JSON=no])
2880 if test "${HAVE_JSON}" = yes; then 2880 if test "${HAVE_JSON}" = yes; then
2881 AC_DEFINE(HAVE_JSON, 1, [Define if using Jansson.]) 2881 AC_DEFINE(HAVE_JSON, 1, [Define if using Jansson.])