Commit a2c28ec188831831a8b744b2b1a50f81b95b7f4b

Ryan C. Gordon 2015-05-26T11:13:51

Updated configure script.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure b/configure
index 4a8b4a6..19a8a31 100755
--- a/configure
+++ b/configure
@@ -23285,7 +23285,7 @@ $as_echo "#define SDL_LOADSO_WINDOWS 1" >>confdefs.h
         else
             LIBUUID=-luuid
         fi
-        EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion $LIBUUID -XCClinker -static-libgcc"
+        EXTRA_LDFLAGS="$EXTRA_LDFLAGS -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion $LIBUUID -static-libgcc"
         # The Windows platform requires special setup
         VERSION_SOURCES="$srcdir/src/main/windows/*.rc"
         SDLMAIN_SOURCES="$srcdir/src/main/windows/*.c"