summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-12-09 19:27:17 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-12-09 19:27:17 (GMT)
commite6a82e18a1f52de96da71d0b31a1bb3f46ed7ba1 (patch)
treefbc900ee939ea3cecb56876665c261eb848c4284 /win/tcl.m4
parentbba041fbdedf7358083ff0f2cc618a4990696bd0 (diff)
parente82200cb0ca4389ea75f8ae0c2096358a985c14e (diff)
downloadtk-e6a82e18a1f52de96da71d0b31a1bb3f46ed7ba1.zip
tk-e6a82e18a1f52de96da71d0b31a1bb3f46ed7ba1.tar.gz
tk-e6a82e18a1f52de96da71d0b31a1bb3f46ed7ba1.tar.bz2
Merged core-8-5-branch
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"