]> git.eshelyaron.com Git - emacs.git/commit
Make configure say so if we have "--with-json" but no jansson support
authorNoam Postavsky <npostavs@gmail.com>
Fri, 14 Aug 2020 17:31:16 +0000 (19:31 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 14 Aug 2020 17:31:16 +0000 (19:31 +0200)
commit43091e6c5069797ba17d2c7429e0122d3a5337d9
tree74b0ff229a16cb29b5a6bd73b4d402e1a6ecf44e
parent8a56f6b5a271aef5acbbc3d2661aac9bf1c6c989
Make configure say so if we have "--with-json" but no jansson support

* configure.ac (OPTION_DEFAULT_IFAVAILABLE): New macro.  Use it to
define the --with-json option.  Add with_json and HAVE_JSON to the
'MISSING' checks (bug#39953).
configure.ac