X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=configure.ac;h=bab248a30e72e621db1f35da20a7a3955906a450;hb=2baa95ccbe4631bafa59fb2200d5758f38943073;hp=52ae461d495187e321ff9e276d9ea62dd17cf33e;hpb=e8900d4c7bbd84f87202afd2e7c7a2a6017f4a18;p=tlsproxy%2Ftlsproxy.git diff --git a/configure.ac b/configure.ac index 52ae461..bab248a 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,8 @@ AC_CHECK_LIB([pthread], [pthread_create], [], [AC_MSG_ERROR([pthread is required])]) AC_CHECK_LIB([gnutls], [gnutls_certificate_verify_peers2], [], [AC_MSG_ERROR([GnuTLS is required])]) +dnl Check for additional GnuTLS functions. +AX_CHECK_LIB_FUNC([gnutls],[gnutls_transport_set_int2]) AC_ARG_ENABLE([debug], [AS_HELP_STRING([--enable-debug],[enable debug output])],