changeset 13022:3c1e69b96db6

Improve error msg for invalid --with-x-toolkit value.
author Richard M. Stallman <rms@gnu.org>
date Sun, 10 Sep 1995 15:16:16 +0000
parents fb2bb16f1fc8
children 78f30dd2c8fd
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Sep 10 04:38:13 1995 +0000
+++ b/configure.in	Sun Sep 10 15:16:16 1995 +0000
@@ -42,8 +42,8 @@
 	    * )
 dnl AC_MSG_ERROR([the \`--with-x-toolkit' option is supposed to have a value
 dnl which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'.])
-AC_MSG_ERROR([the \`--with-x-toolkit' option is supposed to have a value
-which is \`yes', \`no', \`lucid', \`athena', or \`motif'.
+AC_MSG_ERROR([\`--with-x-toolkit=$withval' is invalid\;
+this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'.
 Currently, \`yes', \`athena' and \`lucid' are synonyms.])
 	    ;;
 	  esac