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:
Will Thompson 2010-09-08 22:12:00 +01:00
parent 46b9961be7
commit e8c5d7525c

View file

@ -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