[Scummvm-cvs-logs] SF.net SVN: scummvm: [30431] scummvm/trunk/configure

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Jan 12 00:01:20 CET 2008


Revision: 30431
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30431&view=rev
Author:   sev
Date:     2008-01-11 15:01:20 -0800 (Fri, 11 Jan 2008)

Log Message:
-----------
Fix Maemo patch to configure

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2008-01-11 23:00:35 UTC (rev 30430)
+++ scummvm/trunk/configure	2008-01-11 23:01:20 UTC (rev 30431)
@@ -1332,7 +1332,7 @@
 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"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list