Cygwin: Fix configure help for --{en,dis}able-doc option

Report '--disable-doc' in 'configure --help', as enable is the default.
This commit is contained in:
Jon Turney 2022-01-18 16:26:36 +00:00
parent a74707e7ac
commit 4a7461a07b
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 1 additions and 1 deletions

View File

@ -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"])