use of `test'.
* aclocal.m4: Regenerated. * configure: Likewise. From-SVN: r37262
This commit is contained in:
parent
bfd2cff7a6
commit
f73bbdca85
@ -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.
|
||||
|
@ -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
|
||||
|
2
libstdc++-v3/aclocal.m4
vendored
2
libstdc++-v3/aclocal.m4
vendored
@ -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
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user