summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-09-08 22:12:00 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-10-05 11:45:59 +0100
commite8c5d7525cb8515d62a0ca791c765b2316ebff98 (patch)
tree676bfb5e1635984acd4d398e65e3c8ba72dbb0d2
parent46b9961be70d80598eccdeda7d1064fba9914e16 (diff)
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.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6c1c9c12..2286a0e5 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