aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a28a7b7c3..1a971b81b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -740,7 +740,7 @@ then
740 AC_MSG_NOTICE([NOTICE: libesmtp not found, monkey will not be installed.]) 740 AC_MSG_NOTICE([NOTICE: libesmtp not found, monkey will not be installed.])
741fi 741fi
742 742
743if test "x$ssl" != "x1" 743if test "x$openssl" != "x1"
744then 744then
745 AC_MSG_NOTICE([NOTICE: OpenSSL not found, monkey will not be installed.]) 745 AC_MSG_NOTICE([NOTICE: OpenSSL not found, monkey will not be installed.])
746fi 746fi