GNOME Bugzilla – Bug 645721
Fix build error when enabling kerberos without specifying a path.
Last modified: 2013-09-13 01:11:39 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 )
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+)