From eef223cc9b4dbefa7e1ccc9806a52db236dcf87d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 17 Mar 2010 22:54:09 -0700 Subject: [PATCH] Doc fix. * configure.in (--with-x-toolkit): In the help text, say which options are synonyms. --- ChangeLog | 3 +++ configure.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 ;; -- 2.39.2