emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fef7704: Fix --with-json message


From: Lars Ingebrigtsen
Subject: master fef7704: Fix --with-json message
Date: Thu, 1 Oct 2020 21:14:43 -0400 (EDT)

branch: master
commit fef7704febce3c63edc64a905803c78e7363046c
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix --with-json message
    
    * configure.ac (WIDE_EMACS_INT): Fix --with-json help message
    (bug#43754).
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ae0c0d2..f0c8e52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]