# HG changeset patch # User Dave Love # Date 939748407 0 # Node ID 2968c272a8e6748281eeb663d24925c657d3d730 # Parent 8f40394739f292ac2b7581063d2bbe5af31b6448 Default to --with-pop. Change sense of with-gcc and with-toolkit-scroll-bars messages to reflect the defaults. diff -r 8f40394739f2 -r 2968c272a8e6 configure.in --- a/configure.in Tue Oct 12 15:01:15 1999 +0000 +++ b/configure.in Tue Oct 12 17:13:27 1999 +0000 @@ -35,10 +35,13 @@ docdir='${datadir}/emacs/${version}/etc' AC_ARG_WITH(gcc, -[ --with-gcc use GCC to compile Emacs]) +[ --without-gcc don't use GCC to compile Emacs if GCC is found]) AC_ARG_WITH(pop, -[ --with-pop support POP for mail retrieval], -[AC_DEFINE(MAIL_USE_POP)]) +[ --without-pop don't support POP mail retrieval with movemail], +[if test "$withval" = yes; then + AC_DEFINE(MAIL_USE_POP) +else : +fi]) AC_ARG_WITH(hesiod, [ --with-hesiod support Hesiod to get the POP server host], [AC_DEFINE(HESIOD)]) @@ -77,7 +80,7 @@ AC_ARG_WITH(png, [ --with-png use -lpng for displaying PNG images]) AC_ARG_WITH(toolkit-scroll-bars, -[ --with-toolkit-scroll-bars use Motif or Xaw3d scroll bars]) +[ --without-toolkit-scroll-bars don't use Motif or Xaw3d scroll bars]) #### Make srcdir absolute, if it isn't already. It's important to #### avoid running the path through pwd unnecessary, since pwd can