Commit f73bbdca by Mark Mitchell Committed by Mark Mitchell

use of `test'.

	* aclocal.m4: Regenerated.
	* configure: Likewise.

From-SVN: r37262
parent bfd2cff7
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.
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment