aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c9a34fb332..c8b5e864539 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
12010-03-18 Glenn Morris <rgm@gnu.org> 12010-03-18 Glenn Morris <rgm@gnu.org>
2 2
3 * configure.in (--with-x-toolkit): In the help text, say which options
4 are synonyms.
5
3 * configure.in (--with-mmdf, --with-mail-unlink): 6 * configure.in (--with-mmdf, --with-mail-unlink):
4 New options, off by default. 7 New options, off by default.
5 (--with-mailhost): New option to set default POP host. 8 (--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
123dnl added later on when we find the path of X, and it's best to 123dnl added later on when we find the path of X, and it's best to
124dnl keep them together visually. 124dnl keep them together visually.
125AC_ARG_WITH([x-toolkit],[AS_HELP_STRING([--with-x-toolkit=KIT], 125AC_ARG_WITH([x-toolkit],[AS_HELP_STRING([--with-x-toolkit=KIT],
126 [use an X toolkit (KIT one of: yes, lucid, athena, motif, gtk, no)])], 126 [use an X toolkit (KIT one of: yes or gtk, lucid or athena, motif, no)])],
127[ case "${withval}" in 127[ case "${withval}" in
128 y | ye | yes ) val=gtk ;; 128 y | ye | yes ) val=gtk ;;
129 n | no ) val=no ;; 129 n | no ) val=no ;;