public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH] Cygwin: Fix configure help for --{en,dis}able-doc option.
@ 2022-01-18 19:57 Jon Turney
  2022-01-19  7:56 ` [PATCH] Cygwin: Fix configure help for --{en, dis}able-doc option Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Turney @ 2022-01-18 19:57 UTC (permalink / raw)
  To: cygwin-patches; +Cc: Jon Turney

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


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

end of thread, other threads:[~2022-01-19  7:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 19:57 [PATCH] Cygwin: Fix configure help for --{en,dis}able-doc option Jon Turney
2022-01-19  7:56 ` [PATCH] Cygwin: Fix configure help for --{en, dis}able-doc option Corinna Vinschen

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).