summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2007-04-17 15:52:37 +0000
committerDalibor Topic <robilad@yahoo.com>2007-04-17 15:52:37 +0000
commit8528b7eae07149f7e2c79e3b83cc00d92c0a99ed (patch)
treebffd4fc855918d1176fee6c7fc58ae6e40d37e45 /configure.ac
parent1f1278eba6dc6a9e65c48c822cde1429d689bcee (diff)
downloadclasspath-8528b7eae07149f7e2c79e3b83cc00d92c0a99ed.tar.gz
2007-04-17 Dalibor Topic <robilad@kaffe.org>
* configure.ac (CLASSPATH_WITH_JAVAH): Only check if the JNI headers need to be regenerated. * m4/acinclude.m4 (USER_SPECIFIED_JAVAH): Removed unused conditional.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index db5dec3d0..16b98a45c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -626,7 +626,9 @@ if test "x${COMPILE_JNI}" = xyes; then
fi
fi
-CLASSPATH_WITH_JAVAH
+if test "x${REGENERATE_JNI_HEADERS}" = xyes; then
+ CLASSPATH_WITH_JAVAH
+fi
dnl -----------------------------------------------------------
dnl Add the include files for the native abstraction layer.