]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix --with-json message
authorShohei YOSHIDA <syohex@gmail.com>
Fri, 2 Oct 2020 01:14:31 +0000 (03:14 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 2 Oct 2020 01:14:31 +0000 (03:14 +0200)
* configure.ac (WIDE_EMACS_INT): Fix --with-json help message
(bug#43754).

configure.ac

index ae0c0d2a2eb366b761a70e270530ab461c0d75b2..f0c8e5210f9a443ced5a702ac7262d69335ca2ce 100644 (file)
@@ -453,7 +453,7 @@ OPTION_DEFAULT_ON([cairo],[don't compile with Cairo drawing])
 OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support])
 OPTION_DEFAULT_OFF([imagemagick],[compile with ImageMagick image support])
 OPTION_DEFAULT_ON([native-image-api], [don't use native image APIs (GDI+ on Windows)])
-OPTION_DEFAULT_IFAVAILABLE([json], [don't compile with native JSON support])
+OPTION_DEFAULT_IFAVAILABLE([json], [compile with native JSON support])
 
 OPTION_DEFAULT_ON([xft],[don't use XFT for anti aliased fonts])
 OPTION_DEFAULT_ON([harfbuzz],[don't use HarfBuzz for text shaping])