From 27d3340af20b125cabcbf881cef94a17a2cf8589 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sat, 11 Sep 2010 19:28:30 -0700 Subject: configure.ac: Fix OggFLAC/tremor test. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b96fe0a07..2cb379119 100644 --- a/configure.ac +++ b/configure.ac @@ -951,7 +951,7 @@ AC_SUBST(TREMOR_LIBS) dnl --------------------------------- OggFLAC --------------------------------- dnl OggFLAC must go after Ogg Tremor -if test x$use_tremor = xyes && test $xenable_oggflac = xyes; then +if test x$use_tremor = xyes && test x$enable_oggflac = xyes; then AC_MSG_WARN([disabling OggFLAC support because it is incompatible with tremor]) enable_oggflac=no fi -- cgit v1.2.3