Don't build fastjar if !java

Andreas Jaeger aj@suse.de
Fri Dec 15 00:21:00 GMT 2000


fastjar gets now build even if java support is not wanted.  Here's a
patch to disable fastjar with all the other java stuff.

The patch was tested on i686-linux.

Ok to commit?

Andreas

2000-12-15  Andreas Jaeger  <aj@suse.de>

	* configure.in (libgcj): Add fastjar.

============================================================
Index: configure.in
--- configure.in	2000/12/13 23:19:06	1.81
+++ configure.in	2000/12/15 07:02:49
@@ -68,7 +68,8 @@
 	target-boehm-gc \
 	target-zlib \
 	target-qthreads \
-	target-libjava"
+	target-libjava \
+	fastjar"
 
 # these libraries are built for the target environment, and are built after
 # the host libraries and the host tools (which may be a cross compiler)

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


More information about the Gcc-patches mailing list