Fix Maemo patch to configure

svn-id: r30431
This commit is contained in:
Eugene Sandulenko 2008-01-11 23:01:20 +00:00
parent b97c9ef136
commit 56472fe8bf

2
configure vendored
View File

@ -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"