configure: no need to require libtasn1 3.9

This commit is contained in:
Nikos Mavrogiannopoulos
2015-03-31 10:58:49 +02:00
parent 3741cdb2f8
commit 9ab82246de

View File

@@ -392,7 +392,7 @@ if test "$test_for_gssapi" = yes;then
PKG_CHECK_MODULES([LIBKRB5], [krb5-gssapi], [
enable_gssapi=yes
AC_DEFINE([HAVE_GSSAPI], [], [GSSAPI was found])
PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.9])
PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.8])
],
[
AC_MSG_WARN([[