From: Will Thompson Date: Wed, 8 Sep 2010 21:12:00 +0000 (+0100) Subject: Report correct result of doxygen/xml doc checks X-Git-Tag: dbus-1.4.1~34^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8c5d7525cb8515d62a0ca791c765b2316ebff98;p=thirdparty%2Fdbus.git 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. --- diff --git a/configure.in b/configure.in index 6c1c9c123..2286a0e5d 100644 --- a/configure.in +++ b/configure.in @@ -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