After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 610231 - Remove apparently-unused DBUS check
Remove apparently-unused DBUS check
Status: RESOLVED FIXED
Product: libgnomekbd
Classification: Core
Component: Config
2.28.x
Other Mac OS
: Normal normal
: ---
Assigned To: libgnomekbd maintainers
Sergey V. Udaltsov
Depends on:
Blocks:
 
 
Reported: 2010-02-17 07:53 UTC by Daniel Macks
Modified: 2010-02-22 21:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Macks 2010-02-17 07:53:47 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?
Comment 1 Sergey V. Udaltsov 2010-02-22 21:01:24 UTC
I think you're right. Going to check and fix.
Comment 2 Sergey V. Udaltsov 2010-02-22 21:09:29 UTC
thanks, fixed!