[xiph-commits] r16786 - trunk/vorbis

j at svn.xiph.org j at svn.xiph.org
Thu Jan 14 18:40:38 PST 2010


Author: j
Date: 2010-01-14 18:40:38 -0800 (Thu, 14 Jan 2010)
New Revision: 16786

Modified:
   trunk/vorbis/configure.ac
Log:
set HAVE_DOXYGEN=false in else

Modified: trunk/vorbis/configure.ac
===================================================================
--- trunk/vorbis/configure.ac	2010-01-15 02:31:15 UTC (rev 16785)
+++ trunk/vorbis/configure.ac	2010-01-15 02:40:38 UTC (rev 16786)
@@ -64,12 +64,13 @@
 AM_PROG_CC_C_O
 
 dnl Check for doxygen
-HAVE_DOXYGEN=false
 if test "x$enable_docs" = xyes; then
   AC_CHECK_PROG(HAVE_DOXYGEN, doxygen, true, false)
   if test $HAVE_DOXYGEN = "false"; then
     AC_MSG_WARN([*** doxygen not found, API documentation will not be built])
   fi
+else
+  HAVE_DOXYGEN=false
 fi
 AM_CONDITIONAL(HAVE_DOXYGEN,$HAVE_DOXYGEN)
 



More information about the commits mailing list