build: fix --disable-man
The third argument to AC_ARG_ENABLE is the action done when the argument is specified, not when it is enabled. This resulted in --disable-man enabling those. Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
@ -1601,7 +1601,7 @@ AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML)
|
||||
|
||||
AC_ARG_ENABLE(man,
|
||||
[AC_HELP_STRING([--enable-man],
|
||||
[regenerate man pages from Docbook [default=no]])],enable_man=yes,
|
||||
[regenerate man pages from Docbook [default=no]])],,
|
||||
enable_man=no)
|
||||
|
||||
if test "${enable_man}" != no; then
|
||||
|
Reference in New Issue
Block a user