Browse Source

[trac1687] output yes in configure output for finding dependencies for docs

Jeremy C. Reed 13 years ago
parent
commit
d4b87aa574
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.ac

+ 1 - 0
configure.ac

@@ -986,6 +986,7 @@ if test "x$enable_man" != xno ; then
     if test $? -ne 0 ; then
       AC_MSG_ERROR("Error with $XSLTPROC using release/xsl/current/html/docbook.xsl")
     fi
+    AC_MSG_RESULT(yes)
   fi
 fi