[Scummvm-cvs-logs] SF.net SVN: scummvm: [30430] scummvm/branches/branch-0-11-0/configure

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


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

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

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/configure

Modified: scummvm/branches/branch-0-11-0/configure
===================================================================
--- scummvm/branches/branch-0-11-0/configure	2008-01-11 22:59:13 UTC (rev 30429)
+++ scummvm/branches/branch-0-11-0/configure	2008-01-11 23:00:35 UTC (rev 30430)
@@ -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