GNOME Bugzilla – Bug 645239
Fix build error when enabling kerberos without specifying a path.
Last modified: 2013-09-14 16:53:50 UTC
Created attachment 183798 [details] [review] [PATCH] 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.
Thanks for a bug report and patch. The patch looks good, thus: Created commit 67dbf92 in eds master (3.1.1+)