diff options
author | mo <mo> | 2000-08-25 05:45:07 (GMT) |
---|---|---|
committer | mo <mo> | 2000-08-25 05:45:07 (GMT) |
commit | 92b7deae26e04e620d0ccff5b84119091c0bbae6 (patch) | |
tree | eda9a29092cf12d5c3df956d45bb50864bafbbf9 /unix/configure.in | |
parent | a00987b71d6e7d1198978327f1aa26c4567bb5f7 (diff) | |
download | tcl-92b7deae26e04e620d0ccff5b84119091c0bbae6.zip tcl-92b7deae26e04e620d0ccff5b84119091c0bbae6.tar.gz tcl-92b7deae26e04e620d0ccff5b84119091c0bbae6.tar.bz2 |
remove --enable-gcc configure option
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in index 3e9bfa1..055687e 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. AC_INIT(../generic/tcl.h) -# RCS: @(#) $Id: configure.in,v 1.59 2000/07/19 01:17:41 mo Exp $ +# RCS: @(#) $Id: configure.in,v 1.60 2000/08/25 05:45:08 mo Exp $ TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 @@ -27,8 +27,8 @@ TCL_SRC_DIR=`cd $srcdir/..; pwd` # Standard compiler checks #------------------------------------------------------------------------ +AC_PROG_CC AC_PROG_RANLIB -SC_ENABLE_GCC AC_HAVE_HEADERS(unistd.h limits.h) #------------------------------------------------------------------------ |