Fix bug in Fluidsynth configure code

svn-id: r23679
This commit is contained in:
Max Horn 2006-08-04 22:59:49 +00:00
parent ea3572b684
commit ccd1f48895

2
configure vendored
View File

@ -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