projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abd1825
)
* configure.ac: Fix minimum Jansson version requirement.
author
Philipp Stephani
<phst@google.com>
Sun, 10 Dec 2017 15:55:31 +0000
(16:55 +0100)
committer
Philipp Stephani
<phst@google.com>
Sun, 10 Dec 2017 15:55:31 +0000
(16:55 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 83369f763aa296f8dac76f7168c9292c970b5189..caee0159548dcbdc1411efa77e32d6fc463150c7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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.])