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 /unix/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 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in index 44d720f..7bf0da2 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.158 2007/06/06 09:53:42 das Exp $ +# RCS: @(#) $Id: configure.in,v 1.159 2007/07/31 14:03:29 msofer Exp $ AC_INIT([tcl],[8.5]) AC_PREREQ(2.59) @@ -61,6 +61,7 @@ if test "${CFLAGS+set}" != "set" ; then fi AC_PROG_CC +AC_C_INLINE #-------------------------------------------------------------------- # Supply substitutes for missing POSIX header files. Special notes: |