]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
use of `test'.
authorMark Mitchell <mark@codesourcery.com>
Sat, 4 Nov 2000 23:00:26 +0000 (23:00 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 4 Nov 2000 23:00:26 +0000 (23:00 +0000)
* aclocal.m4: Regenerated.
* configure: Likewise.

From-SVN: r37262

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure

index a3fe89bf811fd3015e90dcfa5647b742eba0c6c0..1350a041ba62d119729db4fa77a56ebfd32f5bc7 100644 (file)
@@ -1,3 +1,10 @@
+2000-11-04  Mark Mitchell  <mark@codesourcery.com>
+
+       * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix punctuation in
+       use of `test'.
+       * aclocal.m4: Regenerated.
+       * configure: Likewise.
+
 2000-11-04  Alexandre Oliva  <aoliva@redhat.com>
 
        * acinclude.m4 (CXX): Prevent it from being cached.
index 0484e304333446e97e256240a863ac314b1742b8..09b993b496de85e95b36fd2e6edb43b7d955003b 100644 (file)
@@ -970,7 +970,7 @@ AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [
     fi
 
     dnl Test for <ctype> functionality -- IRIX
-    if test $ctype_default ="yes"; then 
+    if test $ctype_default = "yes"; then 
     AC_MSG_CHECKING([<ctype> for IRIX])
     AC_TRY_COMPILE([#include <ctype.h>],
     [int
index 0f9c5d0d0ab6a8b8a83941cb4b924311744d6d02..6c8081365a4f9c290a27d74cef4d5b8c56b6dea7 100644 (file)
@@ -982,7 +982,7 @@ AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [
     fi
 
     dnl Test for <ctype> functionality -- IRIX
-    if test $ctype_default ="yes"; then 
+    if test $ctype_default = "yes"; then 
     AC_MSG_CHECKING([<ctype> for IRIX])
     AC_TRY_COMPILE([#include <ctype.h>],
     [int
index 1f2dfe9b42d8017b913c1efa6368b422dcb177ae..58547818ddc5dc619647f61f9b000c898bb0c833 100755 (executable)
@@ -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