diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-11-23 13:51:40 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-11-23 13:51:40 +0000 |
commit | 223a88481438595b3334d264750df73a410a9f0a (patch) | |
tree | 1552f79446ff58fd7af64d717574b20fbc8d2104 /etc/configure | |
parent | 6e6e34b7a85567d1a0ca51ec6d7e32a50553e21e (diff) | |
download | gcc-223a88481438595b3334d264750df73a410a9f0a.tar.gz |
* configure.in: Use AC_PREREQ(2.12.1).
From-SVN: r23802
Diffstat (limited to 'etc/configure')
-rwxr-xr-x | etc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/configure b/etc/configure index ce51008ac83..55c701a511c 100755 --- a/etc/configure +++ b/etc/configure @@ -623,7 +623,7 @@ EOF # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. (set) 2>&1 | - case `(ac_space=' '; set) 2>&1` in + case `(ac_space=' '; set) 2>&1 | grep ac_space` in *ac_space=\ *) # `set' does not quote correctly, so add quotes (double-quote substitution # turns \\\\ into \\, and sed turns \\ into \). |