dovecot-1.1: Once $KRB5_CFLAGS is set, use it instead of calling...

dovecot at dovecot.org dovecot at dovecot.org
Mon May 26 14:05:15 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/419b7cfc954c
changeset: 7554:419b7cfc954c
user:      Timo Sirainen <tss at iki.fi>
date:      Mon May 26 14:05:09 2008 +0300
description:
Once $KRB5_CFLAGS is set, use it instead of calling krb5-config again.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
configure.in |    2 +-

diffs (12 lines):

diff -r 0e0054c0da66 -r 419b7cfc954c configure.in
--- a/configure.in	Sun May 25 22:31:10 2008 +0300
+++ b/configure.in	Mon May 26 14:05:09 2008 +0300
@@ -1681,7 +1681,7 @@ if test $want_gssapi != no; then
 
 				if test x$want_gssapi_plugin != xyes; then
 				  AUTH_LIBS="$AUTH_LIBS $KRB5_LIBS"
-				  AUTH_CFLAGS="$AUTH_CFLAGS `krb5-config --cflags gssapi`"
+				  AUTH_CFLAGS="$AUTH_CFLAGS $KRB5_CFLAGS"
 				  AC_DEFINE(BUILTIN_GSSAPI,, GSSAPI support is built in)
 				else
 				  have_gssapi_plugin=yes


More information about the dovecot-cvs mailing list