diff options
author | Ronald Veldema <rveldema@cs.vu.nl> | 2002-03-12 11:36:21 +0000 |
---|---|---|
committer | Ronald Veldema <rveldema@cs.vu.nl> | 2002-03-12 11:36:21 +0000 |
commit | 7ff7e6abd8b17e9d9c7551e8d76503fb18325daa (patch) | |
tree | 37faea2330a248899efb9d9613d88810dad0ac98 /configure.in | |
parent | cc038371891900ee57b02542f26ecfa5b938f121 (diff) | |
download | classpath-7ff7e6abd8b17e9d9c7551e8d76503fb18325daa.tar.gz |
* Removes dependencies on manta; javax.swing,
gnu.java.nio and java.nio now compile with jikes;
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index de94b4c79..6d9aca8c0 100644 --- a/configure.in +++ b/configure.in @@ -113,7 +113,7 @@ if test "${COMPILE_JNI}" = "yes"; then dnl XXX Fix me when libart.m4 has the compile test fixed! enable_libarttest=no - AM_PATH_LIBART(2.1.0,,exit 1) +dnl AM_PATH_LIBART(2.1.0,,exit 1) CLASSPATH_WITH_JAVAH |