From 79275b060e3fbb2c972b14e5029d1b4f5400df0a Mon Sep 17 00:00:00 2001 From: witekfl Date: Sat, 28 Jan 2006 22:03:46 +0100 Subject: [PATCH] Compilation fix when --without-openssl was used --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 679dc42e..ad44020f 100644 --- a/configure.in +++ b/configure.in @@ -901,6 +901,7 @@ fi AC_MSG_RESULT($cf_result) +CONFIG_GNUTLS_OPENSSL_COMPAT=no dnl ---- GNU TLS dnl We can't have AC_MSG_CHECKING here, because AC_PATH_PROG prints its own and dnl it looks ugly then.