X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=configure.ac;h=9b139d0c73c2469150e0d396b9d5b9e1518eb1d7;hp=bfdafce5c0ef019e45ebe5e29e6fd41033aab2d0;hb=228299b4f7d3ff81c303da8eb30974e015c7f54e;hpb=aa05df65c4fd5fcf061433210ad8a0d2da1bf9c4 diff --git a/configure.ac b/configure.ac index bfdafce5..9b139d0c 100644 --- a/configure.ac +++ b/configure.ac @@ -298,6 +298,8 @@ AS_IF([test x"$with_ssl" = xopenssl], [ else AC_MSG_ERROR([--with-ssl was given, but GNUTLS is not available.]) fi + + AC_CHECK_FUNCS(gnutls_priority_set_direct) ]) # endif: --with-ssl == no? ]) # endif: --with-ssl == openssl?