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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Aug 5 00:59:52 CEST 2006


Revision: 23679
Author:   fingolfin
Date:     2006-08-04 15:59:49 -0700 (Fri, 04 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23679&view=rev

Log Message:
-----------
Fix bug in Fluidsynth configure code

Modified Paths:
--------------
    scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2006-08-04 22:46:06 UTC (rev 23678)
+++ scummvm/trunk/configure	2006-08-04 22:59:49 UTC (rev 23679)
@@ -1157,7 +1157,7 @@
 if test "$_fluidsynth" = yes ; then
 	_def_fluidsynth='#define USE_FLUIDSYNTH'
 	LIBS="$LIBS $FLUIDSYNTH_LIBS -lfluidsynth"
-	INCLUDE="$INCLUDES $FLUIDSYNTH_CFLAGS"
+	INCLUDES="$INCLUDES $FLUIDSYNTH_CFLAGS"
 else
 	_def_fluidsynth='#undef USE_FLUIDSYNTH'
 fi


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