diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-07 09:27:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-07 09:27:12 (GMT) |
commit | 9aa3fd5b8a17356802b566866f30e48d77e190d5 (patch) | |
tree | 11c54ec960e5b904c15d0d4bed758ffab9917a73 /win | |
parent | b6ad23cfdff774c37a526761e6d677cd4108b2fc (diff) | |
download | tcl-9aa3fd5b8a17356802b566866f30e48d77e190d5.zip tcl-9aa3fd5b8a17356802b566866f30e48d77e190d5.tar.gz tcl-9aa3fd5b8a17356802b566866f30e48d77e190d5.tar.bz2 |
Add AC_HEADER_STDC to support msys/win64.
Diffstat (limited to 'win')
-rw-r--r-- | win/configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index e5be112..a8c7454 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,7 +3,7 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.102 2008/02/13 18:00:43 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.103 2008/03/07 09:27:13 dkf Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.59) @@ -56,6 +56,7 @@ fi AC_PROG_CC AC_C_INLINE +AC_HEADER_STDC # To properly support cross-compilation, one would # need to use these tool checks instead of @@ -84,7 +85,7 @@ if test "${GCC}" = "yes" ; then fi #-------------------------------------------------------------------- -# Checks to see if the make progeam sets the $MAKE variable. +# Checks to see if the make program sets the $MAKE variable. #-------------------------------------------------------------------- AC_PROG_MAKE_SET |