diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-16 08:20:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-16 08:20:16 (GMT) |
commit | 472c40ee512ac5d71191c2b1a6948982f1ac05d8 (patch) | |
tree | 85d0a8fc64ecc4d7424767f0d5f2e14060e82b86 /win/configure | |
parent | 86540426023b0d4f732aee933ba54cb826ffb191 (diff) | |
download | tcl-472c40ee512ac5d71191c2b1a6948982f1ac05d8.zip tcl-472c40ee512ac5d71191c2b1a6948982f1ac05d8.tar.gz tcl-472c40ee512ac5d71191c2b1a6948982f1ac05d8.tar.bz2 |
Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-rc1/tree/NEWS]
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/configure b/win/configure index 0f36f24..cfd28d3 100755 --- a/win/configure +++ b/win/configure @@ -1744,6 +1744,9 @@ echo "$ac_t""$tcl_cv_seh" 1>&6 cat >> confdefs.h <<\EOF #define HAVE_NO_SEH 1 EOF + cat >> confdefs.h <<\EOF +#define _HAVE_32BIT_TIME_T 1 +EOF fi |