Avoid shell errors when target_cpu_default* contains a | character.
authorJim Wilson <wilson@cygnus.com>
Tue, 13 Jan 1998 18:01:56 +0000 (18:01 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 13 Jan 1998 18:01:56 +0000 (10:01 -0800)
commitc43143f6a1586c985fd02e660d4952a64b0494ef
tree3a06764c26e0600c359c0b0561f8a67dab8cf6f9
parentd45b3d875b96de69bb19a339fa9e94e2afe57964
Avoid shell errors when target_cpu_default* contains a | character.

* configure.in (target_cpu_default, target_cpu_default2): Use double
quotes around them when testing their value.
* configure: Rebuilt.

From-SVN: r17333
gcc/ChangeLog
gcc/configure
gcc/configure.in