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 552126 - --enable/disable-keyring switch is currently broken
--enable/disable-keyring switch is currently broken
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: build
git master
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-09-13 14:13 UTC by Rémi Cardona
Modified: 2008-09-15 09:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix --enable/disable-keyring configure swith (889 bytes, patch)
2008-09-13 14:14 UTC, Rémi Cardona
committed Details | Review

Description Rémi Cardona 2008-09-13 14:13:26 UTC
# ./configure --disable-keyring
configure: WARNING: Unrecognized options: --disable-keyring
checking for a BSD-compatible install... /usr/bin/install -c
[...]

# ./configure --enable-keyring
configure: WARNING: Unrecognized options: --enable-keyring
checking for a BSD-compatible install... /usr/bin/install -c
[...]

# ./configure --disable-KEYRING
checking for a BSD-compatible install... /usr/bin/install -c
[...]

Patch to follow fixes this tiny error :)

(original bug: http://bugs.gentoo.org/237133)
Comment 1 Rémi Cardona 2008-09-13 14:14:37 UTC
Created attachment 118664 [details] [review]
patch to fix --enable/disable-keyring configure swith
Comment 2 Matthias Clasen 2008-09-13 18:16:18 UTC
Looks fine, please commit
Comment 3 Rémi Cardona 2008-09-14 16:47:36 UTC
I don't have a Gnome account... (yet?)

Thanks
Comment 4 Christian Kellner 2008-09-15 09:11:06 UTC
I committed those to both stable and unstable so it gets into today's stable release. Thanks for catching and for the review.