diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-19 21:22:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-01-19 21:22:56 (GMT) |
commit | 11fcad9b1df2c2cf7d5ada8feb565c97b9777fef (patch) | |
tree | a2b88d5c4f0c32a4d74c057bad4b99f513585acf /win/configure.in | |
parent | 868168e18953894ec72ea898ff4d2f518283184e (diff) | |
download | tcl-11fcad9b1df2c2cf7d5ada8feb565c97b9777fef.zip tcl-11fcad9b1df2c2cf7d5ada8feb565c97b9777fef.tar.gz tcl-11fcad9b1df2c2cf7d5ada8feb565c97b9777fef.tar.bz2 |
[Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/win/configure.in b/win/configure.in index 47b6a4f..3ac39c3 100644 --- a/win/configure.in +++ b/win/configure.in @@ -240,26 +240,6 @@ if test "$tcl_cv_cast_to_union" = "yes"; then [Defined when compiler supports casting to union type.]) fi -# Check to see if struct _stat32i64 exists in mingw's sys/stat.h - -AC_CACHE_CHECK(if struct _stat32i64 missing, - tcl_struct_stat32i64, -AC_TRY_COMPILE([ -#include <sys/types.h> -#include <sys/stat.h> -], -[ - struct _stat32i64 foo; -], - tcl_struct_stat32i64=no, - tcl_struct_stat32i64=yes) -) -if test "$tcl_struct_stat32i64" = "yes" ; then - AC_DEFINE(HAVE_NO_STRUCT_STAT32I64, 1, - [Defined when sys/stat.h is missing struct _stat32i64]) -fi - - #-------------------------------------------------------------------- # Determines the correct binary file extension (.o, .obj, .exe etc.) #-------------------------------------------------------------------- |