# HG changeset patch # User Glenn Morris # Date 1268891649 25200 # Node ID eba6eb70e98891b6e379e6bd384fb26cb9e6a19c # Parent 975563054751957010154415cc5dc0a723d2957e Doc fix. * configure.in (--with-x-toolkit): In the help text, say which options are synonyms. diff -r 975563054751 -r eba6eb70e988 ChangeLog --- a/ChangeLog Wed Mar 17 22:49:31 2010 -0700 +++ b/ChangeLog Wed Mar 17 22:54:09 2010 -0700 @@ -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 -r 975563054751 -r eba6eb70e988 configure.in --- a/configure.in Wed Mar 17 22:49:31 2010 -0700 +++ b/configure.in Wed Mar 17 22:54:09 2010 -0700 @@ -123,7 +123,7 @@ 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 ;;