diff options
| -rw-r--r-- | configure.ac | 2 |
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 | |||
| 2875 | JSON_OBJ= | 2875 | JSON_OBJ= |
| 2876 | 2876 | ||
| 2877 | if test "${with_json}" = yes; then | 2877 | if 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.]) |