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 645721 - Fix build error when enabling kerberos without specifying a path.
Fix build error when enabling kerberos without specifying a path.
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
3.0.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on: 645239
Blocks:
 
 
Reported: 2011-03-26 07:57 UTC by Niki Guldbrand
Modified: 2013-09-13 01:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build error when enabling kerberos without specifying a path (3.53 KB, patch)
2011-03-26 07:57 UTC, Niki Guldbrand
committed Details | Review

Description Niki Guldbrand 2011-03-26 07:57:37 UTC
Created attachment 184270 [details] [review]
Fix build error when enabling kerberos without specifying a path

When running configure with --with-krb5, configure sets $with_krb5 to
yes, which results in wrong paths in KRB5_CFLAGS and KRB5_LIBS
(yes/include and yes/lib), fixed the macro to use /usr as default in
that case, based on how it's done in evo_ldap_check.m4.
    
    (Same file as in bug #645239 )
Comment 1 Milan Crha 2011-04-19 09:28:24 UTC
Thanks for a bug report and a patch. Similar change belongs to evolution-exchange too. The patch looks good, thus:

Created commit 5437ef0 in evo master (3.1.1+)
Created commit 86a107a in eex master (3.1.1+)