aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 35a16bdbc3..594dc708b3 100755
--- a/configure
+++ b/configure
@@ -1332,7 +1332,7 @@ EOF
fi
if test "$_flac" = yes ; then
_def_flac='#define USE_FLAC'
- if test "$_ogg" = yes ; then
+ if test "$_vorbis" = yes ; then
LIBS="$LIBS $FLAC_LIBS $OGG_LIBS -lFLAC -logg"
else
LIBS="$LIBS $FLAC_LIBS -lFLAC"