Fix the HELP_STRING of --enable-doc.

This commit is contained in:
Qi Wang 2022-01-11 15:02:44 -08:00 committed by Qi Wang
parent ddb170b1d9
commit 8b49eb132e

View File

@ -977,7 +977,7 @@ AC_PATH_PROG([AUTOCONF], [autoconf], [false], [$PATH])
dnl Enable documentation
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
enable_doc="0"
else