From 24bae81bdb0c4daf639bd91f487995d8647ea1d4 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 17 Nov 2003 11:42:43 +0000 Subject: [PATCH] #define HAVE_OPENSSL wasn't done. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3167 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 5614f01e..35f8646f 100644 --- a/configure.in +++ b/configure.in @@ -480,9 +480,8 @@ if test "$enable_ssl" = "yes"; then ]) ],, -lcrypto) fi - if test "$have_openssl" = "yes"; then + if test "$enable_openssl" = "yes"; then AC_DEFINE(HAVE_OPENSSL,, Build with OpenSSL support) - enable_openssl="yes" fi fi