From b54348a1e5528cef8dc296f2a872cca3fcaa97cb Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Mon, 3 Nov 2008 17:35:16 +0100 Subject: configure.ac: disable libflac's oggflac support with --disable-oggflac The configure flag "--disable-oggflac" disabled only liboggflac. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 41510b89f..3fab393de 100644 --- a/configure.ac +++ b/configure.ac @@ -701,7 +701,7 @@ if test x$enable_flac = xyes; then oldlibs="$LIBS" CFLAGS="$CFLAGS $FLAC_CFLAGS" LIBS="$LIBS $FLAC_LIBS" - if test x$enable_flac = xyes; then + if test x$enable_flac = xyes && test x$enable_oggflac = xyes; then AC_CHECK_DECL(FLAC_API_SUPPORTS_OGG_FLAC, [enable_oggflac=flac], [], [#include ]) -- cgit v1.2.3