aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-30 23:48:53 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-30 23:48:53 +0000
commitf1801143604aab4726d85d8d9df92d5a926910b2 (patch)
tree53652ee7403270f1f84e5f130093b120994c6eae /configure.in
parentc2136d0735153967740e1f86002fa3b31adb7eff (diff)
Remove the "--without-gcc" option - it doesn't work with the Sun,
Digital UNIX, and HP C compilers, and it may not work with other compilers (due to the GLib problem mentioned in the previous checkin), so it runs the risk of being an "attractive nuisance", i.e. users may try it, find it doesn't work, and then send mail to various Ethereal mailing lists asking about it. svn path=/trunk/; revision=4640
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 3a298380b1..287b238a31 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.149 2002/01/30 23:01:30 guy Exp $
+# $Id: configure.in,v 1.150 2002/01/30 23:48:51 guy Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -19,11 +19,6 @@ dnl Check for CPU / vendor / OS
AC_CANONICAL_HOST
dnl Checks for programs.
-AC_ARG_WITH(gcc, [ --without-gcc don't use gcc])
-if test -z "$CC" -a "$with_gcc" = no ; then
- CC=cc
- export CC
-fi
AC_PROG_CC
AC_PROG_CPP
AC_PROG_RANLIB