dovecot-1.0: Removed MIT Kerberos v1.2 check, since Heimdal v1.2...

dovecot at dovecot.org dovecot at dovecot.org
Fri Jul 18 13:53:52 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.0/rev/cb5380b2da3b
changeset: 5562:cb5380b2da3b
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 18 13:53:48 2008 +0300
description:
Removed MIT Kerberos v1.2 check, since Heimdal v1.2 is out and it works fine.

diffstat:

1 file changed, 5 deletions(-)
configure.in |    5 -----

diffs (22 lines):

diff -r 39bb56f31185 -r cb5380b2da3b configure.in
--- a/configure.in	Tue Jul 01 23:34:11 2008 +0300
+++ b/configure.in	Fri Jul 18 13:53:48 2008 +0300
@@ -1473,10 +1473,6 @@ if test $want_gssapi = yes; then
 if test $want_gssapi = yes; then
 	AC_CHECK_PROG(KRB5CONFIG, krb5-config, YES, NO)
 	if test $KRB5CONFIG = YES; then
-		# we have a kludgy check here to check that we have
-		# version >= v1.3. Although this doesn't work right with
-		# non-MIT kerberos versioning..
-		if `krb5-config --version|grep -v '1\.2' > /dev/null`; then
 			AUTH_LIBS="$AUTH_LIBS `krb5-config --libs gssapi`"
 			AUTH_CFLAGS="$AUTH_CFLAGS `krb5-config --cflags gssapi`"
 			
@@ -1496,7 +1492,6 @@ if test $want_gssapi = yes; then
 				AC_DEFINE(HAVE_GSSAPI,, Build with GSSAPI support)
 			fi
 			CFLAGS=$old_CFLAGS
-		fi
 	fi
 fi
 


More information about the dovecot-cvs mailing list