summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-03 15:49:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-03 15:49:25 (GMT)
commit7f2c3a3f39d6a76f0656cbffc7e589b1a59bc346 (patch)
tree87c0a11b306782054435d0d23d86a38ebb659165 /win/tcl.m4
parentb8bfd3505b511a3cc94297df7f04c55505d6df2c (diff)
downloadtk-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/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 2795086..006778c 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -815,12 +815,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="user32.lib advapi32.lib ws2_32.lib"