From: Glenn Morris Date: Sat, 26 Jan 2008 04:28:04 +0000 (+0000) Subject: (--without-gcc): By default, neither off nor on. X-Git-Tag: emacs-pretest-23.0.90~8397 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=304484e4a0ba830c56a040cf8e137120573215a5;p=emacs.git (--without-gcc): By default, neither off nor on. --- diff --git a/ChangeLog b/ChangeLog index a90e0ce9718..557f5c27d9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-26 Glenn Morris + + * configure.in (--without-gcc): By default, neither off nor on. + 2008-01-25 Glenn Morris * configure.in: Correct usage of OPTION_DEFAULT_ON, diff --git a/configure.in b/configure.in index 950e86d8a04..a1db65b9f7a 100644 --- a/configure.in +++ b/configure.in @@ -70,7 +70,10 @@ AC_DEFUN([OPTION_DEFAULT_ON], [dnl m4_bpatsubst([with_$1], [[^0-9a-z]], [_])=yes])dnl ])dnl -OPTION_DEFAULT_ON([gcc],[don't use GCC to compile Emacs if GCC is found]) +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