From: Mark Mitchell Date: Sat, 4 Nov 2000 23:00:26 +0000 (+0000) Subject: use of `test'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f73bbdca85524fdeadd2cfd7ad0411b58259665e;p=gcc.git use of `test'. * aclocal.m4: Regenerated. * configure: Likewise. From-SVN: r37262 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index a3fe89bf811..1350a041ba6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2000-11-04 Mark Mitchell + + * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix punctuation in + use of `test'. + * aclocal.m4: Regenerated. + * configure: Likewise. + 2000-11-04 Alexandre Oliva * acinclude.m4 (CXX): Prevent it from being cached. diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 0484e304333..09b993b496d 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -970,7 +970,7 @@ AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [ fi dnl Test for functionality -- IRIX - if test $ctype_default ="yes"; then + if test $ctype_default = "yes"; then AC_MSG_CHECKING([ for IRIX]) AC_TRY_COMPILE([#include ], [int diff --git a/libstdc++-v3/aclocal.m4 b/libstdc++-v3/aclocal.m4 index 0f9c5d0d0ab..6c8081365a4 100644 --- a/libstdc++-v3/aclocal.m4 +++ b/libstdc++-v3/aclocal.m4 @@ -982,7 +982,7 @@ AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [ fi dnl Test for functionality -- IRIX - if test $ctype_default ="yes"; then + if test $ctype_default = "yes"; then AC_MSG_CHECKING([ for IRIX]) AC_TRY_COMPILE([#include ], [int 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 for IRIX""... $ac_c" 1>&6 echo "configure:18044: checking for IRIX" >&5 cat > conftest.$ac_ext <