mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
Fix bug in Fluidsynth configure code
svn-id: r23679
This commit is contained in:
parent
ea3572b684
commit
ccd1f48895
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user