GNOME Bugzilla – Bug 603492
Fix dbus-glib-1 check in configure
Last modified: 2009-12-01 19:08:30 UTC
otherwise you get build failures like: http://koji.fedoraproject.org/koji/getfile?taskID=1840657&name=build.log
Created attachment 148826 [details] [review] Fix dbus-glib-1 check in configure DBUS_CFLAGS and DBUS_LIBS were never set through AC_SUBST. Clean up the check using PKG_CHECK_MODULES instead.
patch applied, thanks.