[xiph-commits] r16836 - trunk/ao

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Wed Jan 27 04:23:43 PST 2010


Author: xiphmont
Date: 2010-01-27 04:23:43 -0800 (Wed, 27 Jan 2010)
New Revision: 16836

Modified:
   trunk/ao/configure.ac
Log:
Minor fix to windows build (correct debug option)



Modified: trunk/ao/configure.ac
===================================================================
--- trunk/ao/configure.ac	2010-01-27 09:52:40 UTC (rev 16835)
+++ trunk/ao/configure.ac	2010-01-27 12:23:43 UTC (rev 16836)
@@ -194,8 +194,7 @@
 AC_ARG_ENABLE([wmm_debug],
     [AS_HELP_STRING(
 	[--enable-wmm-debug],
-	[enable WMM debugging output @<:@default=no@:>@])],
-	[enable_wmm_debug="yes"]
+	[enable WMM debugging output @<:@default=no@:>@])]
 )
 AS_IF([test "x$enable_wmm" != "xno"],
 [AC_CHECK_HEADERS([mmsystem.h],
@@ -220,7 +219,7 @@
 ],[],[#include <windows.h>])])
 AM_CONDITIONAL([HAVE_WMM],[test "x$has_wmm" = "xyes"])
 AS_IF([test "x${has_wmm}" = "xyes"],[WMM_LIBS="-lwinmm"],[WMM_LIBS=""])
-AS_IF([test "x${has_wmm}" = "xyes" && test "x$enable_wmm_debug"],[CFLAGS="$CFLAGS -DAO_WMM_DEBUG=1"],[])
+AS_IF([test "x${has_wmm}" = "xyes" && test "x$enable_wmm_debug" = "xyes"],[CFLAGS="$CFLAGS -DAO_WMM_DEBUG=1"],[])
 AC_SUBST([WMM_LIBS])
 
 dnl Check for ESD



More information about the commits mailing list