summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
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)
commitd2fb846f98f47e4199b988b558b8bde42e7b1923 (patch)
tree3d98a91b7938aecf936f69b0de2ca0e8e537a7e9 /win/tcl.m4
parentefe36a3e290e2f47f8bed9ca19569cf46d0079ce (diff)
parent7b5ffe4a2c27ceb9b41422abe0a3a680dc345244 (diff)
downloadtcl-d2fb846f98f47e4199b988b558b8bde42e7b1923.zip
tcl-d2fb846f98f47e4199b988b558b8bde42e7b1923.tar.gz
tcl-d2fb846f98f47e4199b988b558b8bde42e7b1923.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/tcl.m4')
-rw-r--r--win/tcl.m47
1 files changed, 2 insertions, 5 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index db86f6c..84f0dff 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -826,12 +826,9 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
;;
esac
if test ! -d "${PATH64}" ; then
- AC_MSG_WARN([Could not find 64-bit $MACHINE SDK to enable 64bit mode])
- AC_MSG_WARN([Ensure latest Platform SDK is installed])
- do64bit="no"
- else
- AC_MSG_RESULT([ Using 64-bit $MACHINE mode])
+ AC_MSG_WARN([Could not find 64-bit $MACHINE SDK])
fi
+ AC_MSG_RESULT([ Using 64-bit $MACHINE mode])
fi
LIBS="netapi32.lib kernel32.lib user32.lib advapi32.lib userenv.lib ws2_32.lib"