diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-04 23:00:26 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-04 23:00:26 +0000 |
commit | c27d21bb03b3046128b30144cac859a981378382 (patch) | |
tree | 7d4144686790e5b0fbb7350e1b77347fc5cb3958 /libstdc++-v3/configure | |
parent | 3657e0bed3346bc28757a0317d4c04c23007a067 (diff) | |
download | gcc-c27d21bb03b3046128b30144cac859a981378382.tar.gz |
use of `test'.
* aclocal.m4: Regenerated.
* configure: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37262 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 1f2dfe9b42d..58547818ddc 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -18038,7 +18038,7 @@ rm -f conftest* fi fi - if test $ctype_default ="yes"; then + if test $ctype_default = "yes"; then echo $ac_n "checking <ctype> for IRIX""... $ac_c" 1>&6 echo "configure:18044: checking <ctype> for IRIX" >&5 cat > conftest.$ac_ext <<EOF |