gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl


From: gsasl-commit
Subject: CVS gsasl
Date: Sun, 23 Oct 2005 16:42:02 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]