diff options
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/configure.in b/win/configure.in index 0c8b38e..e2b790f 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.92 2007/05/18 18:39:34 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.93 2007/07/31 14:03:30 msofer Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.59) @@ -55,6 +55,7 @@ if test "${CFLAGS+set}" != "set" ; then fi AC_PROG_CC +AC_C_INLINE # To properly support cross-compilation, one would # need to use these tool checks instead of |