flac should work
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Dec 2001 19:09:03 +0000 (19:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Dec 2001 19:09:03 +0000 (19:09 +0000)
Original commit message from CVS:
flac should work

configure.ac

index 679f495..8c49b94 100644 (file)
@@ -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