[seed] Bug 710670 - Missing explicit link against libgmodule
- From: Alan Knowles <alank src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seed] Bug 710670 - Missing explicit link against libgmodule
- Date: Mon, 28 Oct 2013 08:09:33 +0000 (UTC)
commit 18f573e2af099936363a309141e264d1ccf447b2
Author: Laurent Bigonville <l bigonville edpnet be>
Date: Mon Oct 28 16:08:56 2013 +0800
Bug 710670 - Missing explicit link against libgmodule
https://bugzilla.gnome.org/show_bug.cgi?id=710670
Libseed is explicitly using using g_modules_* function but it's not linking
against it libgmodule.
configure.ac | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ddcab40..67a91d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,6 +129,9 @@ PKG_CHECK_MODULES(GTHREAD, gthread-2.0)
dnl ========================GIO================================================
PKG_CHECK_MODULES(GIO, gio-2.0)
+dnl ========================GModule================================================
+PKG_CHECK_MODULES(GMODULE, gmodule-no-export-2.0)
+
dnl =============================Modules=======================================
dnl ==== canvas ====
AC_ARG_ENABLE(canvas-module,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]