aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2008-01-11 23:01:20 +0000
committerEugene Sandulenko2008-01-11 23:01:20 +0000
commit56472fe8bfa1dcd26043090ecc0bcc7a44bbfe1f (patch)
tree7589f1b4e2b6993b449002c90daefbb9f9e97312
parentb97c9ef136436112e3a58e5fbe4a2b59242d4152 (diff)
downloadscummvm-rg350-56472fe8bfa1dcd26043090ecc0bcc7a44bbfe1f.tar.gz
scummvm-rg350-56472fe8bfa1dcd26043090ecc0bcc7a44bbfe1f.tar.bz2
scummvm-rg350-56472fe8bfa1dcd26043090ecc0bcc7a44bbfe1f.zip
Fix Maemo patch to configure
svn-id: r30431
-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"