This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

[libjava] Use fastjar from the build tree


bootstrap currently running, ok to commit if boostrap succeeds?


	PR bootstrap/26829
	* configure.ac: configure classpath to use the included fastjar.
	* configure: Regenerate.

--- libjava/configure.ac~	2006-03-14 01:03:16.000000000 +0000
+++ libjava/configure.ac	2006-03-24 18:14:55.000000000 +0000
@@ -340,6 +340,7 @@
   # We need this as qt is disabled by default in classpath.
   ac_configure_args="$ac_configure_args --enable-qt-peer"
 fi
+ac_configure_args="$ac_configure_args --with-fastjar=$ZIP"
 dnl --with-gcj=$GCJ
 dnl --with-javah=$GCJH
 dnl gjdoc?


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