diff configure.in @ 585:5ce8d1ac7bde

[xemacs-hg @ 2001-05-29 04:21:30 by martinb] typo fix du jour
author martinb
date Tue, 29 May 2001 04:21:32 +0000
parents 5c09e1d634a3
children fd49b88b9f06
line wrap: on
line diff
--- a/configure.in	Mon May 28 14:55:15 2001 +0000
+++ b/configure.in	Tue May 29 04:21:32 2001 +0000
@@ -793,7 +793,7 @@
 	    g | gt | gtk )				val=gtk    ;;
 	    m | ms | msw )				val=msw    ;;
 	    * ) USAGE_ERROR(["The \`--$optname' option must have one of these values:
-  \`gtk\', \`lucid', \`motif', \`athena', \`yes', or \`no'."]) ;;
+  \`gtk', \`lucid', \`motif', \`athena', \`yes', or \`no'."]) ;;
 	  esac
 	  eval "$opt=\"$val\""
 	;;