mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
configure: no need to require libtasn1 3.9
This commit is contained in:
@@ -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([[
|
||||
|
||||
Reference in New Issue
Block a user