public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
From: Jon Turney <jon.turney@dronecode.org.uk>
To: cygwin-patches@cygwin.com
Cc: Jon Turney <jon.turney@dronecode.org.uk>
Subject: [PATCH] Cygwin: Fix configure help for --{en,dis}able-doc option.
Date: Tue, 18 Jan 2022 19:57:05 +0000	[thread overview]
Message-ID: <20220118195705.34031-1-jon.turney@dronecode.org.uk> (raw)

Report '--disable-doc' in 'configure --help', as enable is the default.
---
 winsup/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/configure.ac b/winsup/configure.ac
index 4ae20509a..b8d2100db 100644
--- a/winsup/configure.ac
+++ b/winsup/configure.ac
@@ -89,7 +89,7 @@ AC_SUBST(TLSOFFSETS_H)
 AM_CONDITIONAL(TARGET_X86_64, [test $target_cpu = "x86_64"])
 
 AC_ARG_ENABLE(doc,
-	      [AS_HELP_STRING([--enable-doc], [Build documentation])],,
+	      [AS_HELP_STRING([--disable-doc], [do not build documentation])],,
 	      enable_doc=yes)
 AM_CONDITIONAL(BUILD_DOC, [test $enable_doc != "no"])
 
-- 
2.34.1


             reply	other threads:[~2022-01-18 19:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-18 19:57 Jon Turney [this message]
2022-01-19  7:56 ` [PATCH] Cygwin: Fix configure help for --{en, dis}able-doc option Corinna Vinschen

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

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

  git send-email \
    --in-reply-to=20220118195705.34031-1-jon.turney@dronecode.org.uk \
    --to=jon.turney@dronecode.org.uk \
    --cc=cygwin-patches@cygwin.com \
    /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.
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).