[java-atk-wrapper/wip] Build: Remove unsused
- From: Magdalen Berns <mberns src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [java-atk-wrapper/wip] Build: Remove unsused
- Date: Mon, 22 Jun 2015 14:30:15 +0000 (UTC)
commit 75ffc2f09115ba6e888b1fbb679b7911c07f7330
Author: Magdalen Berns <m berns thismagpie com>
Date: Mon Jun 22 15:27:13 2015 +0100
Build: Remove unsused
gmodule is no longer used and JNI_INClUDES is already added to
CFLAGS in jni/src/Makefile.am
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=751325
configure.ac | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dbd305b..9284765 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,6 @@ PKG_CHECK_MODULES(JAW, [
dbus-1
glib-2.0 >= 2.32.0
gthread-2.0
- gmodule-2.0 >= 2.0.0
gdk-2.0
gdk-3.0
gobject-2.0
@@ -121,7 +120,7 @@ AC_SUBST(JDK_SRC)
AC_SUBST(JAVA_HOME)
if test "x$GCC" = xyes; then
- JAW_CFLAGS=$JAW_CFLAGS $CFLAGS $JNI_INCLUDES
+ JAW_CFLAGS=$JAW_CFLAGS $CFLAGS
else
AC_MSG_ERROR("You should compile with GCC")
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]