comparison configure.in @ 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 a5ce1dbca0cc
children db355a8d8248
comparison
equal deleted inserted replaced
87987:1b9cb6c86c8c 87988:d8142fd06d28
68 AC_DEFUN([OPTION_DEFAULT_ON], [dnl 68 AC_DEFUN([OPTION_DEFAULT_ON], [dnl
69 AC_ARG_WITH([$1],[AS_HELP_STRING([--without-$1],[$2])],[],[dnl 69 AC_ARG_WITH([$1],[AS_HELP_STRING([--without-$1],[$2])],[],[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 OPTION_DEFAULT_ON([gcc],[don't use GCC to compile Emacs if GCC is found]) 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])])
74 77
75 OPTION_DEFAULT_ON([pop],[don't support POP mail retrieval with movemail]) 78 OPTION_DEFAULT_ON([pop],[don't support POP mail retrieval with movemail])
76 if test "$with_pop" = yes; then 79 if test "$with_pop" = yes; then
77 AC_DEFINE(MAIL_USE_POP) 80 AC_DEFINE(MAIL_USE_POP)
78 fi 81 fi