]> git.eshelyaron.com Git - emacs.git/commitdiff
Tom Tromey <tromey at redhat.com>
authorGlenn Morris <rgm@gnu.org>
Wed, 6 Feb 2008 07:53:38 +0000 (07:53 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 6 Feb 2008 07:53:38 +0000 (07:53 +0000)
(--with-gcc): Remove.

ChangeLog
configure.in

index 44d1d333815e071f5061bedce86daef092603b25..a0069fdd505f8df8bb7a74eca5598e2d729d12c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2008-02-05  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
+2008-02-06  Tom Tromey  <tromey@redhat.com>
+
+       * configure.in (--with-gcc): Remove.
+       * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
+
+2008-02-05  Ulrich Mueller  <ulm@gentoo.org>
 
        * INSTALL: Recommend giflib, not libungif.
 
index 2e82a5bd13a55d8a86bcb84b90c24c4405967a86..d9124150c3b1cb6cfce165566a51e5f150d3bbe3 100644 (file)
@@ -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.