diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-12-03 15:49:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-12-03 15:49:25 (GMT) |
commit | 7f2c3a3f39d6a76f0656cbffc7e589b1a59bc346 (patch) | |
tree | 87c0a11b306782054435d0d23d86a38ebb659165 /win/configure | |
parent | b8bfd3505b511a3cc94297df7f04c55505d6df2c (diff) | |
download | tk-7f2c3a3f39d6a76f0656cbffc7e589b1a59bc346.zip tk-7f2c3a3f39d6a76f0656cbffc7e589b1a59bc346.tar.gz tk-7f2c3a3f39d6a76f0656cbffc7e589b1a59bc346.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-x | win/configure | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/win/configure b/win/configure index bd48382..71f3f27 100755 --- a/win/configure +++ b/win/configure @@ -3859,15 +3859,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="user32.lib advapi32.lib ws2_32.lib" |