From 29df7b318c942ff4363b425c63020b77f24096c0 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Fri, 11 Jul 2003 06:12:24 +0000 Subject: link check_spop and check_simap if ssl libs are compiled into check_tcp git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@587 f882894a-f735-0410-b71e-b25c423dba1c --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index ea01c0e2..dba1d30b 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION ($Revision$) AC_INIT(Helper.pm) -VER=1.3.0 +VER=1.3.1 REL=1 AC_SUBST(VER) AC_SUBST(REL) @@ -278,6 +278,8 @@ dnl test headers and libs to decide whether check_http should use SSL if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then if test "$ac_cv_lib_ssl_main" = "yes"; then if test "$FOUNDINCLUDE" = "yes"; then + check_tcp_ssl="check_simap check_spop" + AC_SUBST(check_tcp_ssl) AC_SUBST(SSLLIBS) AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found]) fi -- cgit v1.2.3-74-g34f1