summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-04-24 19:41:50 +0000
committerTom Tromey <tromey@redhat.com>2005-04-24 19:41:50 +0000
commitca617cf87bc55d970fde6efedd5eb57a50e248b1 (patch)
tree7b83164e16da25e1c665e85c013e9c24dc1cc8db /NEWS
parentcdb67ac6c228b0c8cc83692bbc9a50c8b582309d (diff)
downloadclasspath-ca617cf87bc55d970fde6efedd5eb57a50e248b1.tar.gz
* native/jni/Makefile.am (JNIDIRS): New macro.
(SUBDIRS): Use it. * configure.ac (--enable-core-jni): New option. * NEWS: Document new option.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 84a5c2842..75d08c239 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ Runtime interface changes:
the fully qualified class name of the default AWT toolkit to use.
If not given, the old default of gnu.java.awt.peerk.gtk.GtkToolkit
is used.
+* New --disable-core-jni option can be used to disable building the
+ "core" JNI libraries. This is primarily useful if your VM can use the
+ Gtk peers but not the core JNI libraries.
VM Interface changes: