mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 00:53:34 +03:00
Fix the HELP_STRING of --enable-doc.
This commit is contained in:
parent
ddb170b1d9
commit
8b49eb132e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue