[java-atk-wrapper] Nothing needs javah in the build
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper] Nothing needs javah in the build
- Date: Wed, 12 Sep 2018 11:54:18 +0000 (UTC)
commit ababfa83c544264c5be9bfc5073916d6b7ea0deb
Author: Fridrich Štrba <fridrich strba bluewin ch>
Date: Wed Nov 8 10:47:30 2017 +0100
Nothing needs javah in the build
configure.ac | 6 ------
1 file changed, 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 537d038..4f6d4ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,12 +92,6 @@ if test -z "$JAVAC"; then
fi
AC_SUBST(JAVAC)
-AC_PATH_PROG(JAVAH,javah,,${JAVA_PATH})
-if test -z "$JAVAH"; then
- AC_MSG_ERROR([$JAVA_ERROR_MESSAGE])
-fi
-AC_SUBST(JAVAH)
-
AC_SUBST(JAVACFLAGS)
AC_PATH_PROG(JAR,jar,,${JAVA_PATH})
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]