From 6a66e3be464812374da2aa86c84bd48b1ab02b84 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 27 Apr 1994 22:33:52 +0000 Subject: [PATCH] Improve error message for bad --with-x-toolkit value. --- configure1.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure1.in b/configure1.in index 3562368953c..85699d8b7df 100755 --- a/configure1.in +++ b/configure1.in @@ -212,7 +212,8 @@ Set it to either \`yes' or \`no'." #echo "${progname}: the \`--${optname}' option is supposed to have a value #which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'." echo "${progname}: the \`--${optname}' option is supposed to have a value -which is \`yes', \`no', \`lucid', or \`athena'." +which is \`yes', \`no', \`lucid', or \`athena'. +Currently, \`yes', \`athena' and \`lucid' are synonyms." echo "${short_usage}") >&2 exit 1 ;; -- 2.39.5