summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-03-07 22:03:29 -0800
committerSam Lantinga <slouken@libsdl.org>2011-03-07 22:03:29 -0800
commit4030919ec943bbdec47a15199a854831e53fef28 (patch)
treed9cc6a10cf7705d64fc56d47d39eb527503dc231 /configure
parent5137fef2646466db01b5f3cdb1dc15e6be36ac92 (diff)
The msimg library isn't needed anymore.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c44a4f4f..66afcc56 100755
--- a/configure
+++ b/configure
@@ -28499,7 +28499,7 @@ _ACEOF
# SDL 1.3 is unicode, and unicows emulates this on Windows 98/ME
# You can get this here: http://libunicows.sourceforge.net/
#EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lunicows"
- EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lmsimg32 -lwinmm -limm32 -lole32 -loleaut32 -lversion -luuid"
+ EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lversion -luuid"
# The Windows platform requires special setup
VERSION_SOURCES="$srcdir/src/main/windows/*.rc"
SDLMAIN_SOURCES="$srcdir/src/main/windows/*.c"