From 305ae8615cb533b88c15c9edebf9ed72e783a521 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Fri, 4 Jul 2003 10:42:13 +0000 Subject: only make links for check_spop and check_simap when SSL is built into check_tcp git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@586 f882894a-f735-0410-b71e-b25c423dba1c --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a7833051..b618c777 100644 --- a/configure.in +++ b/configure.in @@ -452,6 +452,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