This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Don't build fastjar if !java



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

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