From 56472fe8bfa1dcd26043090ecc0bcc7a44bbfe1f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 11 Jan 2008 23:01:20 +0000 Subject: Fix Maemo patch to configure svn-id: r30431 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3