configure.ac: reduced libtasn1 dependency to 3.4

This allows building in travis systems.
This commit is contained in:
Nikos Mavrogiannopoulos
2016-05-29 11:41:13 +02:00
parent 0ee0ef79fb
commit c7200bb3cf

View File

@@ -415,7 +415,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.8])
PKG_CHECK_MODULES(LIBTASN1, [libtasn1 >= 3.4])
],
[
AC_MSG_WARN([[