From 80093c94be077d15fda945786bc1291fb864e51c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 16 Feb 2010 01:43:00 +0100 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8abaabb3..d23e09ef 100644 --- a/configure.ac +++ b/configure.ac @@ -929,7 +929,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 -- cgit