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 134389 - Honour gconf2 related configure options
Honour gconf2 related configure options
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-14 16:53 UTC by Julio Merino
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Sample patch (2.02 KB, patch)
2004-02-14 16:54 UTC, Julio Merino
none Details | Review

Description Julio Merino 2004-02-14 16:53:43 UTC
The AM_GCONF_SOURCE_2 macro used in the configure script defines two 
arguments, --with-gconf-schema-file-dir and --disable-schemas-install.  
These define a variable and a conditional respectively to be used in 
makefiles. 
 
These values are properly honoured in some directories of 
control-center's code (i.e., the schemas/ dir), but not in others.  Those 
that are not conformant must be fixed to recognize the variable and the 
conditional.  Patch attached.
Comment 1 Julio Merino 2004-02-14 16:54:20 UTC
Created attachment 24411 [details] [review]
Sample patch
Comment 2 Jody Goldberg 2004-02-16 17:26:26 UTC
Applied and corrected to handle srcdir != builddir