shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi


From: shishi-commit
Subject: CVS shishi
Date: Tue, 7 Feb 2006 12:25:01 +0100

Update of /home/cvs/shishi
In directory dopio:/tmp/cvs-serv25428

Modified Files:
        configure.ac 
Log Message:
Fix GnuTLS test.


--- /home/cvs/shishi/configure.ac       2006/01/13 20:23:49     1.171
+++ /home/cvs/shishi/configure.ac       2006/02/07 11:25:01     1.172
@@ -174,12 +174,12 @@
 if test "$starttls" != "no"; then
   AC_LIB_HAVE_LINKFLAGS(gnutls,, [#include <gnutls/gnutls.h>],
     [gnutls_check_version (0);])
-  if test "$ac_cv_gnutls" != yes; then
+  if test "$ac_cv_libgnutls" != yes; then
     starttls=no
     AC_MSG_WARN([GnuTLS not found.  STARTTLS disabled.])
+  else
+    starttls=yes
   fi
-else
-  starttls=yes
 fi
 AC_MSG_CHECKING([if non-standard STARTTLS support should be enabled])
 AC_MSG_RESULT($starttls)





reply via email to

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