diff options
author | mo <mo> | 2000-08-25 05:55:05 (GMT) |
---|---|---|
committer | mo <mo> | 2000-08-25 05:55:05 (GMT) |
commit | 4e40628e20d645ccec764e7147fefaeb120df3cc (patch) | |
tree | cdf155021554b342405ec965f7228475bcf4915c /unix/configure.in | |
parent | 50b9bc1638f4c41a8d83bef8954ee03469089691 (diff) | |
download | tk-4e40628e20d645ccec764e7147fefaeb120df3cc.zip tk-4e40628e20d645ccec764e7147fefaeb120df3cc.tar.gz tk-4e40628e20d645ccec764e7147fefaeb120df3cc.tar.bz2 |
remove --enable-gcc configure option
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unix/configure.in b/unix/configure.in index f80be4a..6255d69 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 Tk installation dnl to configure the system for the local environment. AC_INIT(../generic/tk.h) -# RCS: @(#) $Id: configure.in,v 1.53 2000/07/19 02:16:00 mo Exp $ +# RCS: @(#) $Id: configure.in,v 1.54 2000/08/25 05:55:06 mo Exp $ TK_VERSION=8.4 TK_MAJOR_VERSION=8 @@ -22,9 +22,8 @@ fi srcdir=`cd $srcdir ; pwd` TK_SRC_DIR=`cd $srcdir/..; pwd` -AC_PROG_RANLIB -SC_ENABLE_GCC AC_PROG_CC +AC_PROG_RANLIB #------------------------------------------------------------------------ # I'm not sure why these need to come before all of the other tests |