Mercurial > emacs
changeset 87988:d8142fd06d28
(--without-gcc): By default, neither off nor on.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 26 Jan 2008 04:27:55 +0000 |
parents | 1b9cb6c86c8c |
children | a0f010afb29f |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Jan 26 01:47:21 2008 +0000 +++ b/configure.in Sat Jan 26 04:27:55 2008 +0000 @@ -70,7 +70,10 @@ 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