From: Lennart Poettering Date: Tue, 16 Feb 2010 00:43:00 +0000 (+0100) Subject: build-sys: add gobject to build dependencies X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/80093c94be077d15fda945786bc1291fb864e51c 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. --- 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