diff options
| author | Philipp Stephani | 2017-12-10 16:55:31 +0100 |
|---|---|---|
| committer | Philipp Stephani | 2017-12-10 16:55:31 +0100 |
| commit | f856d1e4489eac45afab865838abb2b16fb1f14f (patch) | |
| tree | 944d41878acd220193df52bfc23e06e87dd4cb8a | |
| parent | abd18254aec76b26e86ae27e91d2c916ec20cc46 (diff) | |
| download | emacs-f856d1e4489eac45afab865838abb2b16fb1f14f.tar.gz emacs-f856d1e4489eac45afab865838abb2b16fb1f14f.zip | |
* configure.ac: Fix minimum Jansson version requirement.
| -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.]) |