From 0738d7dc3421752001ddbdb653394484721e278e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 16 Dec 2001 19:09:03 +0000 Subject: [PATCH] flac should work Original commit message from CVS: flac should work --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 679f495..8c49b94 100644 --- a/configure.ac +++ b/configure.ac @@ -79,11 +79,9 @@ esac], if test "x$EXPERIMENTAL" = "$xyes"; then AC_MSG_WARN(building experimental plugins) - USE_FLACLIB="yes" USE_LIBMIKMOD="yes" else AC_MSG_NOTICE(not building experimental plugins) - USE_FLACLIB="no" USE_LIBMIKMOD="no" fi -- 2.7.4