aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2006-08-04 22:59:49 +0000
committerMax Horn2006-08-04 22:59:49 +0000
commitccd1f488955579e8ee430c3e9b62fbec36eb396c (patch)
treef5086fa8e0614ad5f97ca7aa13d6c49a8b9042d0 /configure
parentea3572b68407245caf49029aadcb8acd8e325544 (diff)
downloadscummvm-rg350-ccd1f488955579e8ee430c3e9b62fbec36eb396c.tar.gz
scummvm-rg350-ccd1f488955579e8ee430c3e9b62fbec36eb396c.tar.bz2
scummvm-rg350-ccd1f488955579e8ee430c3e9b62fbec36eb396c.zip
Fix bug in Fluidsynth configure code
svn-id: r23679
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ced52e18b3..8f01c54714 100755
--- a/configure
+++ b/configure
@@ -1157,7 +1157,7 @@ fi
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