unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Shohei Yoshida <syohex@gmail.com>
To: 43754@debbugs.gnu.org
Subject: bug#43754: [PATCH] configure help message of --with-json
Date: Fri, 2 Oct 2020 09:48:08 +0900	[thread overview]
Message-ID: <CAFX6MOOLprh3L=mfH3yF1jwimdvU5yoUc7dqFj=ViEQUxsEarw@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2020-10-02  0:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-02  0:48 Shohei Yoshida [this message]
2020-10-02  1:14 ` bug#43754: [PATCH] configure help message of --with-json 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFX6MOOLprh3L=mfH3yF1jwimdvU5yoUc7dqFj=ViEQUxsEarw@mail.gmail.com' \
    --to=syohex@gmail.com \
    --cc=43754@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).