Report correct result of doxygen/xml doc checks
authorWill Thompson <will.thompson@collabora.co.uk>
Wed, 8 Sep 2010 21:12:00 +0000 (22:12 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Tue, 5 Oct 2010 10:45:59 +0000 (11:45 +0100)
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.

configure.in

index 6c1c9c1..2286a0e 100644 (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