Update of /home/cvs/gsasl
In directory dopio:/tmp/cvs-serv20664
Modified Files:
configure.ac
Log Message:
Look for gnutls_certificate_verify_peers2, to get a recent gnutls.
--- /home/cvs/gsasl/configure.ac 2005/10/22 19:38:04 1.150
+++ /home/cvs/gsasl/configure.ac 2005/10/23 14:42:02 1.151
@@ -63,7 +63,7 @@
gnutls=$withval, gnutls=yes)
if test "$gnutls" != "no"; then
AC_LIB_HAVE_LINKFLAGS(gnutls,, [#include <gnutls/gnutls.h>],
- [gnutls_check_version (0);])
+ [gnutls_certificate_verify_peers2 (0, 0);])
fi
if test "$ac_cv_libgnutls" != yes; then
gnutls=no
_______________________________________________
Gsasl-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gsasl-commit