summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-02-16 01:43:00 +0100
committerLennart Poettering <lennart@poettering.net>2010-02-16 01:43:00 +0100
commitf9b31fe5443bded4a55b0900f08f04486c3395bd (patch)
tree643954460358b352fb2a1d3a3f9a48a9f60a3a23 /configure.ac
parent307bd142feef8f42d3adcea354b72f4c076470e4 (diff)
build-sys: add gobject to build dependencies
Since we call g_object_unref() we need to link against gobject in compliance of the new Fedora implicit DSO linking policy.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c9ec4900..1b807880 100644
--- a/configure.ac
+++ b/configure.ac
@@ -893,7 +893,7 @@ AC_ARG_ENABLE([gconf],
[gconf=auto])
if test "x${gconf}" != xno ; then
- PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 ],
+ PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 gobject-2.0 ],
HAVE_GCONF=1,
[
HAVE_GCONF=0