[top-level configure.in] Remove Disabled Configuring of GCJ Libraries for MinGW

Ranjit Mathew rmathew@hotmail.com
Sat Sep 13 22:09:00 GMT 2003


Hi,

    GCJ and its libraries (libgcj, boehm-gc, libffi and zlib)
have been building fine for MinGW for quite some time
now and hence there is no need to disable them for MinGW.

If the following patch looks OK, please commit
it and the regenerated "configure". Many thanks
in advance for doing the same.

Ranjit.

Index: ChangeLog
from  Ranjit Mathew  <rmathew@hotmail.com>

	* configure.in: Remove disabled configuring of GCJ libraries
	for MinGW.
	* configure: Regenerated.

Index: configure.in
===================================================================
--- configure.in	Fri Sep 12 20:06:29 2003
+++ configure.in	Fri Sep 12 20:07:30 2003
@@ -537,5 +537,5 @@
   i[[3456789]]86-*-mingw32*)
     target_configdirs="$target_configdirs target-mingw"
-    noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
+    noconfigdirs="$noconfigdirs expect target-libgloss"

     # Can't build gdb for mingw32 if not native.




More information about the Java-patches mailing list