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 401004 - doesn't respect --disable-schemas-install
doesn't respect --disable-schemas-install
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: shell
git master
Other Linux
: Normal major
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-26 13:46 UTC by Christian Persch
Modified: 2007-01-28 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (766 bytes, patch)
2007-01-26 13:49 UTC, Christian Persch
reviewed Details | Review

Description Christian Persch 2007-01-26 13:46:28 UTC
shell/Makefile.am doesn't respect the --disable-schemas-install configure option.
Comment 1 Christian Persch 2007-01-26 13:49:26 UTC
Created attachment 81267 [details] [review]
fix
Comment 2 Jens Granseuer 2007-01-28 16:15:42 UTC
I think the >&1 is lacking a 2. Otherwise good to commit.
Comment 3 Christian Persch 2007-01-28 17:34:09 UTC
Thanks, I fixed that here and where I copied it from :0

        * shell/Makefile.am: Respect the --disable-schemas-install configure
        flag. Bug #401004.