summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--win/configure.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f5859ac..5ca33f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-07 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * win/configure.in: Add AC_HEADER_STDC to support msys/win64.
+
2008-03-06 Donal K. Fellows <dkf@users.sf.net>
* doc/namespace.n: Minor tidying up. [Bug 1909019]
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