This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Patch: clean up previous libstdc++-v3/configure.in commit



I'm about to commit this obvious fix to my previous libstdc++-v3
configure.in patch.  It removes a harmless extra line from the
configury which wasn't part of the patch I posted, but was
accidentally included in the patch committed to the sources.

It's going in the trunk and 3.1 branch.

Thanks,

AG


Fri Mar 15 09:55:49 2002  Anthony Green  <green@redhat.com>

	* configure.in: Remove useless is_mingw32.
	* configure: Rebuilt.

Index: libstdc++-v3/configure.in
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/configure.in,v
retrieving revision 1.84
diff -u -p -c -r1.84 configure.in
*** configure.in	2002/03/10 19:28:05	1.84
--- configure.in	2002/03/15 18:06:42
*************** if test -n "$with_cross_host" || test x"
*** 147,153 ****
        GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT
        GLIBCPP_CHECK_WCHAR_T_SUPPORT
        os_include_dir="config/os/mingw32"
-       is_mingw32=yes;
        ;;
      *)
        os_include_dir="config/os/newlib"
--- 147,152 ----


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