summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index ceaf6c6d2c..d62593c567 100755
--- a/configure
+++ b/configure
@@ -2194,6 +2194,8 @@ test -z "$_libdir" && _libdir="$_prefix/lib"
# For lack of a better place to put platform-specific stuff ..
win32 && _exesuf=".exe"
+# -lwinmm is always needed for osdep/timer-win2.c
+win32 && _ld_extra="$_ld_extra -lwinmm"
if x86 ; then