diff options
author | Matthew Hoops | 2012-08-19 20:40:03 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-08-19 20:41:34 -0400 |
commit | eccb55570e3ed27276573b23093ffedcf3e794cc (patch) | |
tree | 8b312e81ba7f3676c8385c36275150abfe89265d /configure | |
parent | 23db3cd9f225d40ff1900dd806630800ecf54aeb (diff) | |
download | scummvm-rg350-eccb55570e3ed27276573b23093ffedcf3e794cc.tar.gz scummvm-rg350-eccb55570e3ed27276573b23093ffedcf3e794cc.tar.bz2 scummvm-rg350-eccb55570e3ed27276573b23093ffedcf3e794cc.zip |
BUILD: Fix statically compiling with libfluidsynth on Mac OS X
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3363,7 +3363,7 @@ if test "$_fluidsynth" = yes ; then esac INCLUDES="$INCLUDES $FLUIDSYNTH_CFLAGS" fi -define_in_config_h_if_yes "$_fluidsynth" 'USE_FLUIDSYNTH' +define_in_config_if_yes "$_fluidsynth" 'USE_FLUIDSYNTH' echo "$_fluidsynth" # |