use of `test'.

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

From-SVN: r37262
This commit is contained in:
Mark Mitchell 2000-11-04 23:00:26 +00:00 committed by Mark Mitchell
parent bfd2cff7a6
commit f73bbdca85
4 changed files with 10 additions and 3 deletions

View 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.

View 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

View 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

View File

@ -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