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 784513 - build: Fix Kerberos never being automatically enabled
build: Fix Kerberos never being automatically enabled
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-07-04 12:47 UTC by Bastien Nocera
Modified: 2017-07-12 16:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Fix Kerberos never being automatically enabled (2.21 KB, patch)
2017-07-04 12:47 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2017-07-04 12:47:27 UTC
.
Comment 1 Bastien Nocera 2017-07-04 12:47:31 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.
Comment 2 Bastien Nocera 2017-07-12 16:08:21 UTC
Attachment 354874 [details] pushed as f8f1e79 - build: Fix Kerberos never being automatically enabled