Fix the HELP_STRING of --enable-doc.
This commit is contained in:
parent
ddb170b1d9
commit
8b49eb132e
@ -977,7 +977,7 @@ AC_PATH_PROG([AUTOCONF], [autoconf], [false], [$PATH])
|
|||||||
|
|
||||||
dnl Enable documentation
|
dnl Enable documentation
|
||||||
AC_ARG_ENABLE([doc],
|
AC_ARG_ENABLE([doc],
|
||||||
[AS_HELP_STRING([--enable-documentation], [Build documentation])],
|
[AS_HELP_STRING([--enable-doc], [Build documentation])],
|
||||||
if test "x$enable_doc" = "xno" ; then
|
if test "x$enable_doc" = "xno" ; then
|
||||||
enable_doc="0"
|
enable_doc="0"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user