diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-07-31 14:03:29 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-07-31 14:03:29 (GMT) |
commit | 925ecdd43a49ca4c8153279234af3a47d493facd (patch) | |
tree | e246af936566ad2a9588b2ee5b382e905c9a4615 /win/configure.in | |
parent | 6a2b204a3f4a820947624b6716fe2072302df40e (diff) | |
download | tcl-925ecdd43a49ca4c8153279234af3a47d493facd.zip tcl-925ecdd43a49ca4c8153279234af3a47d493facd.tar.gz tcl-925ecdd43a49ca4c8153279234af3a47d493facd.tar.bz2 |
* unix/configure.in: allow use of 'inline' in Tcl sources
* win/configure.in: [Patch 1754128]
* win/makefile.vc:
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 |