mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-12 13:46:02 -04:00
Properly quote BB_ENABLE_DOXYGEN.
This commit is contained in:
parent
3d78a3f896
commit
85a8aa41b5
@ -1,6 +1,6 @@
|
||||
AC_DEFUN(BB_ENABLE_DOXYGEN,
|
||||
AC_DEFUN([BB_ENABLE_DOXYGEN],
|
||||
[
|
||||
AC_ARG_ENABLE(doxygen, [ --enable-doxygen enable documentation generation with doxygen (auto)])
|
||||
AC_ARG_ENABLE(doxygen, AS_HELP_STRING([--enable-doxygen],[enable documentation generation with doxygen (auto)]))
|
||||
if test "x$enable_doxygen" = xno; then
|
||||
enable_doc=no
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user