diff options
author | Eugene Sandulenko | 2008-01-11 23:01:20 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-01-11 23:01:20 +0000 |
commit | 56472fe8bfa1dcd26043090ecc0bcc7a44bbfe1f (patch) | |
tree | 7589f1b4e2b6993b449002c90daefbb9f9e97312 /configure | |
parent | b97c9ef136436112e3a58e5fbe4a2b59242d4152 (diff) | |
download | scummvm-rg350-56472fe8bfa1dcd26043090ecc0bcc7a44bbfe1f.tar.gz scummvm-rg350-56472fe8bfa1dcd26043090ecc0bcc7a44bbfe1f.tar.bz2 scummvm-rg350-56472fe8bfa1dcd26043090ecc0bcc7a44bbfe1f.zip |
Fix Maemo patch to configure
svn-id: r30431
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |