]> sjero.net Git - wget/blobdiff - configure.ac
Fix a linker error on systems with an older gnutls version.
[wget] / configure.ac
index bfdafce5c0ef019e45ebe5e29e6fd41033aab2d0..9b139d0c73c2469150e0d396b9d5b9e1518eb1d7 100644 (file)
@@ -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?