[java-atk-wrapper/wip] Build: include $JDK_SRC/include/$host_os
- From: Magdalen Berns <mberns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper/wip] Build: include $JDK_SRC/include/$host_os
- Date: Sun, 21 Jun 2015 17:16:19 +0000 (UTC)
commit 15efe67b1592e9c35f7f2596047a056faac9a7ae
Author: Magdalen Berns <m berns thismagpie com>
Date: Sat Jun 6 16:19:26 2015 +0100
Build: include $JDK_SRC/include/$host_os
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=750492
configure.ac | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4b91d18..dbd305b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,7 @@ AC_SUBST(JDK_SRC)
AC_SUBST(JAVA_HOME)
if test "x$GCC" = xyes; then
- JAW_CFLAGS=$JAW_CFLAGS $CFLAGS -I$JDK_SRC/include
+ JAW_CFLAGS=$JAW_CFLAGS $CFLAGS $JNI_INCLUDES
else
AC_MSG_ERROR("You should compile with GCC")
fi
@@ -173,5 +173,7 @@ Build configuration:
Prefix: ${prefix}
Source code location: ${srcdir}
Compiler: ${CC}
- JDK src ${JDK_SRC}
+ JDK src: ${JDK_SRC}
+ Host OS: ${host_os}
+ JNI includes: ${JNI_INCLUDES}
"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]