summaryrefslogtreecommitdiff
path: root/m4
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 /m4
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 'm4')
-rw-r--r--m4/acinclude.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/acinclude.m4 b/m4/acinclude.m4
index 17dad2fd5..e11ccbafc 100644
--- a/m4/acinclude.m4
+++ b/m4/acinclude.m4
@@ -200,7 +200,6 @@ AC_DEFUN([CLASSPATH_WITH_JAVAH],
[
CLASSPATH_CHECK_JAVAH
])
- AM_CONDITIONAL(USER_SPECIFIED_JAVAH, test "x${USER_JAVAH}" != x)
AC_SUBST(USER_JAVAH)
])