mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-07 12:08:13 +02:00
Report correct result of doxygen/xml doc checks
Previously the configure output always said these were enabled during the 'Checking for...' stage, even if they weren't. The summary at the end of configure was correct, though.
This commit is contained in:
parent
46b9961be7
commit
e8c5d7525c
1 changed files with 2 additions and 2 deletions
|
|
@ -1313,7 +1313,7 @@ if test x$enable_doxygen_docs = xyes; then
|
|||
fi
|
||||
|
||||
AM_CONDITIONAL(DBUS_DOXYGEN_DOCS_ENABLED, test x$enable_doxygen_docs = xyes)
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_MSG_RESULT($enable_doxygen_docs)
|
||||
|
||||
### XML Documentation
|
||||
|
||||
|
|
@ -1342,7 +1342,7 @@ if test x$enable_xml_docs = xyes; then
|
|||
fi
|
||||
|
||||
AM_CONDITIONAL(DBUS_XML_DOCS_ENABLED, test x$enable_xml_docs = xyes)
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_MSG_RESULT($enable_xml_docs)
|
||||
|
||||
#### Have to go $localstatedir->$prefix/var->/usr/local/var
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue