GNOME Bugzilla – Bug 134389
Honour gconf2 related configure options
Last modified: 2004-12-22 21:47:04 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.
Created attachment 24411 [details] [review] Sample patch
Applied and corrected to handle srcdir != builddir