]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 18 Mar 2010 05:54:09 +0000 (22:54 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 18 Mar 2010 05:54:09 +0000 (22:54 -0700)
* configure.in (--with-x-toolkit): In the help text, say which options
are synonyms.

ChangeLog
configure.in

index 0c9a34fb332a6c0c57b86f10780dca47dd95d146..c8b5e86453980bc3384b47e7b8b9abd07e2a6be6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-03-18  Glenn Morris  <rgm@gnu.org>
 
+       * 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.
index f58a189c4f6740dab205ad9693fb075df25be57f..d91db192f95ba07617032a31d94877cb9c72f09c 100644 (file)
@@ -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  ;;