# HG changeset patch # User Glenn Morris # Date 1202284399 0 # Node ID 03a17567381d0be4a3e42f29686c4663f77f2289 # Parent 0f2aa8d80ecc49d786149311222965b85521b403 Tom Tromey (--with-gcc): Remove. diff -r 0f2aa8d80ecc -r 03a17567381d configure.in --- a/configure.in Wed Feb 06 07:52:55 2008 +0000 +++ b/configure.in Wed Feb 06 07:53:19 2008 +0000 @@ -70,11 +70,6 @@ m4_bpatsubst([with_$1], [[^0-9a-z]], [_])=yes])dnl ])dnl -dnl By default, neither off nor on. -AC_ARG_WITH([gcc], -[AS_HELP_STRING([--without-gcc], - [don't use GCC to compile Emacs even if GCC is found])]) - OPTION_DEFAULT_ON([pop],[don't support POP mail retrieval with movemail]) if test "$with_pop" = yes; then AC_DEFINE(MAIL_USE_POP) @@ -826,11 +821,6 @@ # Save the value of CFLAGS that the user specified. SPECIFIED_CFLAGS="$CFLAGS" -case ${with_gcc} in - "yes" ) CC="gcc" GCC=yes ;; - "no" ) : ${CC=cc} ;; - * ) -esac AC_PROG_CC # On Suns, sometimes $CPP names a directory.