This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

V3 PATCH: IRIX configury



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]