V3 PATCH: IRIX configury

Mark Mitchell mark@codesourcery.com
Sat Nov 4 15:00:00 GMT 2000


Testing on Solaris revealed a typo in one of my IRIX configury
patches.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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.

Index: acinclude.m4
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/acinclude.m4,v
retrieving revision 1.81
diff -c -p -r1.81 acinclude.m4
*** acinclude.m4	2000/11/03 05:15:33	1.81
--- acinclude.m4	2000/11/04 22:57:36
*************** AC_DEFUN(GLIBCPP_CHECK_CTYPE_SUPPORT, [
*** 954,960 ****
      fi
  
      dnl Test for <ctype> functionality -- IRIX
!     if test $ctype_default ="yes"; then 
      AC_MSG_CHECKING([<ctype> for IRIX])
      AC_TRY_COMPILE([#include <ctype.h>],
      [int
--- 954,960 ----
      fi
  
      dnl Test for <ctype> functionality -- IRIX
!     if test $ctype_default = "yes"; then 
      AC_MSG_CHECKING([<ctype> for IRIX])
      AC_TRY_COMPILE([#include <ctype.h>],
      [int


More information about the Libstdc++ mailing list