summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index f339c71974..ebcd6f5e16 100755
--- a/tools/configure
+++ b/tools/configure
@@ -36,7 +36,7 @@ crosswincc () {
36 # naive approach to selecting a mingw cross-compiler on linux/*nix 36 # naive approach to selecting a mingw cross-compiler on linux/*nix
37 echo "Enabling win32 crosscompiling" 37 echo "Enabling win32 crosscompiling"
38 38
39 prefixtools i386-mingw32msvc- 39 prefixtools i586-mingw32msvc-
40 40
41 LDOPTS="-lgdi32 -luser32 -mwindows" 41 LDOPTS="-lgdi32 -luser32 -mwindows"
42 # add cross-compiler option(s) 42 # add cross-compiler option(s)