diff options
| author | Glenn Morris | 2008-02-06 07:53:38 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-06 07:53:38 +0000 |
| commit | 02f35af2461cbdf5666f3a4fce4e73a891540cb2 (patch) | |
| tree | 7a8bbde0ca0e27cbb7ead60d3103d20c29568b05 | |
| parent | abdc8c6c4df8c8f11ed6c464370958021cce0fb6 (diff) | |
| download | emacs-02f35af2461cbdf5666f3a4fce4e73a891540cb2.tar.gz emacs-02f35af2461cbdf5666f3a4fce4e73a891540cb2.zip | |
Tom Tromey <tromey at redhat.com>
(--with-gcc): Remove.
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | configure.in | 10 |
2 files changed, 6 insertions, 11 deletions
| @@ -1,4 +1,9 @@ | |||
| 1 | 2008-02-05 Ulrich Mueller <ulm@gentoo.org> (tiny change) | 1 | 2008-02-06 Tom Tromey <tromey@redhat.com> |
| 2 | |||
| 3 | * configure.in (--with-gcc): Remove. | ||
| 4 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc. | ||
| 5 | |||
| 6 | 2008-02-05 Ulrich Mueller <ulm@gentoo.org> | ||
| 2 | 7 | ||
| 3 | * INSTALL: Recommend giflib, not libungif. | 8 | * INSTALL: Recommend giflib, not libungif. |
| 4 | 9 | ||
diff --git a/configure.in b/configure.in index 2e82a5bd13a..d9124150c3b 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -70,11 +70,6 @@ AC_DEFUN([OPTION_DEFAULT_ON], [dnl | |||
| 70 | m4_bpatsubst([with_$1], [[^0-9a-z]], [_])=yes])dnl | 70 | m4_bpatsubst([with_$1], [[^0-9a-z]], [_])=yes])dnl |
| 71 | ])dnl | 71 | ])dnl |
| 72 | 72 | ||
| 73 | dnl By default, neither off nor on. | ||
| 74 | AC_ARG_WITH([gcc], | ||
| 75 | [AS_HELP_STRING([--without-gcc], | ||
| 76 | [don't use GCC to compile Emacs even if GCC is found])]) | ||
| 77 | |||
| 78 | OPTION_DEFAULT_ON([pop],[don't support POP mail retrieval with movemail]) | 73 | OPTION_DEFAULT_ON([pop],[don't support POP mail retrieval with movemail]) |
| 79 | if test "$with_pop" = yes; then | 74 | if test "$with_pop" = yes; then |
| 80 | AC_DEFINE(MAIL_USE_POP) | 75 | AC_DEFINE(MAIL_USE_POP) |
| @@ -826,11 +821,6 @@ test -n "$CC" && cc_specified=yes | |||
| 826 | # Save the value of CFLAGS that the user specified. | 821 | # Save the value of CFLAGS that the user specified. |
| 827 | SPECIFIED_CFLAGS="$CFLAGS" | 822 | SPECIFIED_CFLAGS="$CFLAGS" |
| 828 | 823 | ||
| 829 | case ${with_gcc} in | ||
| 830 | "yes" ) CC="gcc" GCC=yes ;; | ||
| 831 | "no" ) : ${CC=cc} ;; | ||
| 832 | * ) | ||
| 833 | esac | ||
| 834 | AC_PROG_CC | 824 | AC_PROG_CC |
| 835 | 825 | ||
| 836 | # On Suns, sometimes $CPP names a directory. | 826 | # On Suns, sometimes $CPP names a directory. |