GNOME Bugzilla – Bug 610231
Remove apparently-unused DBUS check
Last modified: 2010-02-22 21:09:29 UTC
As of 2007 (according to ChangeLog), libgnomekbd no longer uses dbus. But there is still a mandatory test for it in configure. A grep of the 2.28.2 source tarball finds no mention of dbus except the autoconf test and the passing of its flag results in some makefiles. And according to 'nm', there are no symbols resolved by libdbus in any of the compiled binaries. Could devs confirm that all use dbus was entirely removed, and therefore there's no reason to test for dbus when building?
I think you're right. Going to check and fix.
thanks, fixed!