unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#43754: [PATCH] configure help message of --with-json
@ 2020-10-02  0:48 Shohei Yoshida
  2020-10-02  1:14 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Shohei Yoshida @ 2020-10-02  0:48 UTC (permalink / raw)
  To: 43754

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

version: git master(40b81f847f12cf141467a02858d1ac09589cea2f)

configure --help says

```
./configure --help
...
--with-json             don't compile with native JSON support
```

This is the opposite meaning. --with-json means "compile with native
JSON support"

Regards

-- 
Shohei YOSHIDA(syohex@gmail.com)

[-- Attachment #2: 0001-Fix-with-json-message.patch --]
[-- Type: text/x-patch, Size: 990 bytes --]

From 0dbe41c8ef7c69d8d5167e21b5cca45ab6060e58 Mon Sep 17 00:00:00 2001
From: Shohei YOSHIDA <syohex@gmail.com>
Date: Fri, 2 Oct 2020 09:30:53 +0900
Subject: [PATCH] Fix --with-json message

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ae0c0d2a2e..f0c8e5210f 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])
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-03 17:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02  0:48 bug#43754: [PATCH] configure help message of --with-json Shohei Yoshida
2020-10-02  1:14 ` Lars Ingebrigtsen
2020-10-02  2:54   ` 황병희
2020-10-02  6:47   ` Eli Zaretskii
2020-10-02 14:28     ` Lars Ingebrigtsen
2020-10-02 15:06       ` Eli Zaretskii
2020-10-03 17:49         ` Lars Ingebrigtsen
2020-10-03 17:59           ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).