summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-03-02 05:59:09 +0000
committerKarl Heuer <kwzh@gnu.org>1994-03-02 05:59:09 +0000
commitd2ebfa8cfcd82cc5fe38793313a20a3bac991036 (patch)
treeb309956fcd2fd3b28661e4461f06be76442aa0d5 /configure1.in
parent74712156d663b59a94f55da83101ea27b140e16e (diff)
downloademacs-d2ebfa8cfcd82cc5fe38793313a20a3bac991036.tar.gz
(with_x_toolkit): Fix typo in previous change.
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index 8256b2dbbec..4d64bcfab6a 100755
--- a/configure1.in
+++ b/configure1.in
@@ -212,7 +212,7 @@ 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'."
echo "${short_usage}") >&2
exit 1
;;