X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=configure.ac;h=82957a7776f5d6d2688581dd3d348a42a9612216;hb=8f00cc8238c41fb6140b247363aeddf1e1bb7e02;hp=bf75ebb8581eb7058b0f38ebbd34f6a9e21c78e4;hpb=54d3775467eb1af0054d43193ff71ce1b7b71eaa;p=tlsproxy%2Ftlsproxy.git diff --git a/configure.ac b/configure.ac index bf75ebb..82957a7 100644 --- a/configure.ac +++ b/configure.ac @@ -12,10 +12,10 @@ if test "x$GCC" = xyes; then CFLAGS="-std=c89 -pedantic -Wall -Wextra -Werror -D_XOPEN_SOURCE=500 $CFLAGS" fi -AC_CHECK_LIB([gnutls], [gnutls_certificate_verify_peers2]) -if test "x$ac_cv_lib_gnutls_gnutls_certificate_verify_peers2" != xyes; then - AC_MSG_ERROR([GnuTLS is required]) -fi +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])]) AC_ARG_ENABLE([debug], [AC_HELP_STRING([--enable-debug], [enable debug output])],