From: Richard M. Stallman Date: Sun, 10 Sep 1995 15:16:16 +0000 (+0000) Subject: Improve error msg for invalid --with-x-toolkit value. X-Git-Tag: emacs-19.34~2838 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90b777c5464d266060847fd58d7c481e3c9937f7;p=emacs.git Improve error msg for invalid --with-x-toolkit value. --- 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