]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - configure.ac
Check for EOF while reading the HTTP request.
[tlsproxy/tlsproxy.git] / configure.ac
index 6ddf591b91f7f4b52cc729bd571a42561372d538..bab248a30e72e621db1f35da20a7a3955906a450 100644 (file)
@@ -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])],
@@ -54,5 +56,5 @@ AC_ARG_ENABLE([ipv6],
                    AC_DEFINE([USE_IPV4_ONLY], 1, [Define to not use IPv6.])
                fi])
 
-AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
+AC_CONFIG_FILES([Makefile man/Makefile src/Makefile tests/Makefile])
 AC_OUTPUT