mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Tom Tromey <tromey at redhat.com>
(--with-gcc): Remove.
This commit is contained in:
parent
abdc8c6c4d
commit
02f35af246
2 changed files with 6 additions and 11 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
10
configure.in
10
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue