summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authormo <mo@noemail.net>2000-08-25 05:45:07 (GMT)
committermo <mo@noemail.net>2000-08-25 05:45:07 (GMT)
commit69e38f3b7e1c5b8b29777f10f7efe358251bdac5 (patch)
treeeda9a29092cf12d5c3df956d45bb50864bafbbf9 /unix/configure.in
parentcebabb8a13b06f1f18d971800a0df1e48f2cdcd8 (diff)
downloadtcl-69e38f3b7e1c5b8b29777f10f7efe358251bdac5.zip
tcl-69e38f3b7e1c5b8b29777f10f7efe358251bdac5.tar.gz
tcl-69e38f3b7e1c5b8b29777f10f7efe358251bdac5.tar.bz2
remove --enable-gcc configure option
FossilOrigin-Name: 15f085286b2f1cca02592f4385059c4fb88fd462
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
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)
#------------------------------------------------------------------------