summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-09-10 15:16:16 +0000
committerRichard M. Stallman <rms@gnu.org>1995-09-10 15:16:16 +0000
commit5b40dddab3d76cd1acc2f8ea6f0db11528eb5842 (patch)
tree9f975e281b02520b641487cb1b67d38e7fdd7635 /configure.in
parentca8a66b808fcf29ddbcb2da8d1f64829c9601ccc (diff)
downloademacs-5b40dddab3d76cd1acc2f8ea6f0db11528eb5842.tar.gz
Improve error msg for invalid --with-x-toolkit value.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 98243750ca6..99a7e5ed6e7 100644
--- a/configure.in
+++ b/configure.in
@@ -42,8 +42,8 @@ dnl | open-loo | open-look ) val=open-look ;;
* )
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