GNOME Bugzilla – Bug 552126
--enable/disable-keyring switch is currently broken
Last modified: 2008-09-15 09:11:06 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)
Created attachment 118664 [details] [review] patch to fix --enable/disable-keyring configure swith
Looks fine, please commit
I don't have a Gnome account... (yet?) Thanks
I committed those to both stable and unstable so it gets into today's stable release. Thanks for catching and for the review.