summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-02 11:30:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-02 11:30:36 (GMT)
commit456e333da9e3ac1a98a2cbdd7fd0ae6b33f8362d (patch)
tree3d98a91b7938aecf936f69b0de2ca0e8e537a7e9 /win/configure
parenta2b2c6bfc43a14a9b8814db775f15721a0819676 (diff)
parent6c1d8b86caf3af77eb2b0c97134dc5f7584abc89 (diff)
downloadtcl-456e333da9e3ac1a98a2cbdd7fd0ae6b33f8362d.zip
tcl-456e333da9e3ac1a98a2cbdd7fd0ae6b33f8362d.tar.gz
tcl-456e333da9e3ac1a98a2cbdd7fd0ae6b33f8362d.tar.bz2
Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, compiling without SDK works fine (provided that the build is configured using "--enable-64bit").
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure12
1 files changed, 4 insertions, 8 deletions
diff --git a/win/configure b/win/configure
index decb902..3ebc697 100755
--- a/win/configure
+++ b/win/configure
@@ -3792,15 +3792,11 @@ echo "${ECHO_T}using shared flags" >&6
;;
esac
if test ! -d "${PATH64}" ; then
- { echo "$as_me:$LINENO: WARNING: Could not find 64-bit $MACHINE SDK to enable 64bit mode" >&5
-echo "$as_me: WARNING: Could not find 64-bit $MACHINE SDK to enable 64bit mode" >&2;}
- { echo "$as_me:$LINENO: WARNING: Ensure latest Platform SDK is installed" >&5
-echo "$as_me: WARNING: Ensure latest Platform SDK is installed" >&2;}
- do64bit="no"
- else
- echo "$as_me:$LINENO: result: Using 64-bit $MACHINE mode" >&5
-echo "${ECHO_T} Using 64-bit $MACHINE mode" >&6
+ { echo "$as_me:$LINENO: WARNING: Could not find 64-bit $MACHINE SDK" >&5
+echo "$as_me: WARNING: Could not find 64-bit $MACHINE SDK" >&2;}
fi
+ echo "$as_me:$LINENO: result: Using 64-bit $MACHINE mode" >&5
+echo "${ECHO_T} Using 64-bit $MACHINE mode" >&6
fi
LIBS="netapi32.lib kernel32.lib user32.lib advapi32.lib userenv.lib ws2_32.lib"