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

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


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

diffstat:

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

diffs (24 lines):

diff -r 88256be2a59f -r ecad3f2402a9 configure.in
--- a/configure.in	Sun Jul 13 19:11:11 2008 +0300
+++ b/configure.in	Fri Jul 18 13:52:27 2008 +0300
@@ -1699,9 +1699,6 @@ if test $want_gssapi != no; then
 if test $want_gssapi != no; 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 gssapi 2>/dev/null > /dev/null; then
 		  # krb5-config doesn't support gssapi.
 		  KRB5_LIBS="`krb5-config --libs`"
@@ -1713,10 +1710,6 @@ if test $want_gssapi != no; then
 		    # failed
 		    KRB5_LIBS=
 		  ], $KRB5_LIBS)
-		elif krb5-config --version|grep '1\.2' > /dev/null; then
-		  if test $want_gssapi = yes; then
-		    AC_ERROR([Can't build with GSSAPI support: v1.2 library not supported])
-		  fi
 		else
 		  KRB5_LIBS=`krb5-config --libs gssapi`
 		  KRB5_CFLAGS=`krb5-config --cflags gssapi`


More information about the dovecot-cvs mailing list