From: Glenn Morris Date: Thu, 18 Mar 2010 05:54:09 +0000 (-0700) Subject: Doc fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~731 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eef223cc9b4dbefa7e1ccc9806a52db236dcf87d;p=emacs.git Doc fix. * configure.in (--with-x-toolkit): In the help text, say which options are synonyms. --- diff --git a/ChangeLog b/ChangeLog index 0c9a34fb332..c8b5e864539 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-03-18 Glenn Morris + * configure.in (--with-x-toolkit): In the help text, say which options + are synonyms. + * configure.in (--with-mmdf, --with-mail-unlink): New options, off by default. (--with-mailhost): New option to set default POP host. diff --git a/configure.in b/configure.in index f58a189c4f6..d91db192f95 100644 --- a/configure.in +++ b/configure.in @@ -123,7 +123,7 @@ dnl This should be the last --with option, because --with-x is dnl added later on when we find the path of X, and it's best to dnl keep them together visually. AC_ARG_WITH([x-toolkit],[AS_HELP_STRING([--with-x-toolkit=KIT], - [use an X toolkit (KIT one of: yes, lucid, athena, motif, gtk, no)])], + [use an X toolkit (KIT one of: yes or gtk, lucid or athena, motif, no)])], [ case "${withval}" in y | ye | yes ) val=gtk ;; n | no ) val=no ;;