comparison configure1.in @ 6144:714b670eac42

(with_x_toolkit): Fix typo in previous change.
author Karl Heuer <kwzh@gnu.org>
date Wed, 02 Mar 1994 05:59:09 +0000
parents 9498f9251e32
children 6ed5f2378b36
comparison
equal deleted inserted replaced
6143:45bdd0e4b6ea 6144:714b670eac42
210 * ) 210 * )
211 ( 211 (
212 #echo "${progname}: the \`--${optname}' option is supposed to have a value 212 #echo "${progname}: the \`--${optname}' option is supposed to have a value
213 #which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'." 213 #which is \`yes', \`no', \`lucid', \`athena', \`motif' or \`open-look'."
214 echo "${progname}: the \`--${optname}' option is supposed to have a value 214 echo "${progname}: the \`--${optname}' option is supposed to have a value
215 which is \`yes', \`no', \`lucid', or \`athena'. 215 which is \`yes', \`no', \`lucid', or \`athena'."
216 echo "${short_usage}") >&2 216 echo "${short_usage}") >&2
217 exit 1 217 exit 1
218 ;; 218 ;;
219 esac 219 esac
220 eval "${opt}=\"${val}\"" 220 eval "${opt}=\"${val}\""