diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1738,7 +1738,7 @@ if test "$_fluidsynth" = yes ; then LIBS="$LIBS $FLUIDSYNTH_LIBS -lfluidsynth -ldsound -lwinmm" ;; *) - LIBS="$LIBS $FLUIDSYNTH_LIBS -lfluidsynth" + LIBS="$LIBS $FLUIDSYNTH_LIBS -lfluidsynth" ;; esac INCLUDES="$INCLUDES $FLUIDSYNTH_CFLAGS" |