aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirben2016-03-08 19:23:50 +1100
committerKirben2016-03-08 19:23:50 +1100
commitea3f2ba60eae1eaeebec86662e6ccaee51a60657 (patch)
treeab78009eef96578139ba31aa91d1df2529c3f690
parent2dc3346c08847eebd2fb9cb75a88033c1dbbfd93 (diff)
downloadscummvm-rg350-ea3f2ba60eae1eaeebec86662e6ccaee51a60657.tar.gz
scummvm-rg350-ea3f2ba60eae1eaeebec86662e6ccaee51a60657.tar.bz2
scummvm-rg350-ea3f2ba60eae1eaeebec86662e6ccaee51a60657.zip
CONFIGURE: Remove out dated comment for MinGW.
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 2d9b51e9d8..a2bfbea9ae 100755
--- a/configure
+++ b/configure
@@ -3957,9 +3957,6 @@ echocheck "FluidSynth"
append_var FLUIDSYNTH_LIBS "-lfluidsynth"
case $_host_os in
mingw*)
- # NOTE: Windows builds use an older FluidSynth version (1.0.9)
- # which doesn't require glib, to avoid bundling the complete glib
- # libraries with Windows builds.
FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -lglib-2.0 -lintl -liconv -lws2_32 -lole32 -lshlwapi -lpcre -ldsound -lwinmm"
;;