aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Stephani2017-12-10 16:55:31 +0100
committerPhilipp Stephani2017-12-10 16:55:31 +0100
commitf856d1e4489eac45afab865838abb2b16fb1f14f (patch)
tree944d41878acd220193df52bfc23e06e87dd4cb8a
parentabd18254aec76b26e86ae27e91d2c916ec20cc46 (diff)
downloademacs-f856d1e4489eac45afab865838abb2b16fb1f14f.tar.gz
emacs-f856d1e4489eac45afab865838abb2b16fb1f14f.zip
* configure.ac: Fix minimum Jansson version requirement.
-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.])