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 600297 - Cannot bootstrap source without gconf installed
Cannot bootstrap source without gconf installed
Status: RESOLVED DUPLICATE of bug 595353
Product: evince
Classification: Core
Component: general
2.28.x
Other Linux
: Normal minor
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-01 09:48 UTC by Nirbheek Chauhan
Modified: 2009-11-01 11:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nirbheek Chauhan 2009-11-01 09:48:43 UTC
configure.ac inherits gconf-2.m4; and the unconditional dep on gconf was OK till a --disable-gnome option was added to disable gconf support.

Solution: include gconf-2.m4 in m4/
Comment 1 Christian Persch 2009-11-01 11:02:24 UTC
No. Just install the gconf -dev package. This is only a dependency when building from git; building from tarballs works just fine without gconf macros.

*** This bug has been marked as a duplicate of bug 595353 ***