aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-02-06 07:53:38 +0000
committerGlenn Morris <[email protected]>2008-02-06 07:53:38 +0000
commit02f35af2461cbdf5666f3a4fce4e73a891540cb2 (patch)
tree7a8bbde0ca0e27cbb7ead60d3103d20c29568b05 /configure.in
parentabdc8c6c4df8c8f11ed6c464370958021cce0fb6 (diff)
Tom Tromey <tromey at redhat.com>
(--with-gcc): Remove.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in
index 2e82a5bd13..d9124150c3 100644
--- a/configure.in
+++ b/configure.in
@@ -70,11 +70,6 @@ AC_DEFUN([OPTION_DEFAULT_ON], [dnl
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 @@ test -n "$CC" && cc_specified=yes
# 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.