GNOME Bugzilla – Bug 784513
build: Fix Kerberos never being automatically enabled
Last modified: 2017-07-12 16:08:39 UTC
.
Created attachment 354874 [details] [review] build: Fix Kerberos never being automatically enabled Kerberos support was never enabled even if the support libraries were detected on the system because the wrong variable was set. We also want to make sure that Kerberos detection is attempted even if not requested, and error out only if requested but not available. We also need to make sure that "gcr" is checked for early, to avoid kerberos being marked as available when a support library is missing.
Attachment 354874 [details] pushed as f8f1e79 - build: Fix Kerberos never being automatically enabled