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 603492 - Fix dbus-glib-1 check in configure
Fix dbus-glib-1 check in configure
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2009-12-01 15:19 UTC by Bastien Nocera
Modified: 2009-12-01 19:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix dbus-glib-1 check in configure (1.13 KB, patch)
2009-12-01 15:19 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2009-12-01 15:19:29 UTC
otherwise you get build failures like:
http://koji.fedoraproject.org/koji/getfile?taskID=1840657&name=build.log
Comment 1 Bastien Nocera 2009-12-01 15:19:31 UTC
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.
Comment 2 Paolo Bacchilega 2009-12-01 19:08:30 UTC
patch applied, thanks.