fix doxygen doc build
* debian/rules: Build it last. * configure.ac: Add missing comma.
This commit is contained in:
parent
ce3eeb448d
commit
c7f6655043
2 changed files with 6 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ AC_ARG_ENABLE([c++17],
|
|||
|
||||
AC_ARG_ENABLE([doxygen],
|
||||
[AC_HELP_STRING([--enable-doxygen]),
|
||||
[enable generation of Doxygen documentation (requires Doxygen)])]
|
||||
[enable generation of Doxygen documentation (requires Doxygen)])],
|
||||
[enable_doxygen=yes], [enable_doxygen=no])
|
||||
AM_CONDITIONAL([ENABLE_DOXYGEN], [test "x${enable_doxygen:-no}" = xyes])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue