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 ;;