From b24b16194b13ab657dfb8901b0df815fe78f3eca Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 6 Jul 2010 10:01:37 +0000 Subject: [PATCH] --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a28a7b7c3..1a971b81b 100644 --- a/configure.ac +++ b/configure.ac @@ -740,7 +740,7 @@ then AC_MSG_NOTICE([NOTICE: libesmtp not found, monkey will not be installed.]) fi -if test "x$ssl" != "x1" +if test "x$openssl" != "x1" then AC_MSG_NOTICE([NOTICE: OpenSSL not found, monkey will not be installed.]) fi -- 2.25.1