diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-04 10:42:13 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-07-04 10:42:13 (GMT) |
commit | 305ae8615cb533b88c15c9edebf9ed72e783a521 (patch) | |
tree | a4bd63eb2efaebb1c50b101ecbabe1479e4675f6 /configure.in | |
parent | de2773d48510f3ef7908e341446bc2b72c0b7969 (diff) | |
download | monitoring-plugins-305ae8615cb533b88c15c9edebf9ed72e783a521.tar.gz |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index a783305..b618c77 100644 --- a/configure.in +++ b/configure.in | |||
@@ -452,6 +452,8 @@ dnl test headers and libs to decide whether check_http should use SSL | |||
452 | if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then | 452 | if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then |
453 | if test "$ac_cv_lib_ssl_main" = "yes"; then | 453 | if test "$ac_cv_lib_ssl_main" = "yes"; then |
454 | if test "$FOUNDINCLUDE" = "yes"; then | 454 | if test "$FOUNDINCLUDE" = "yes"; then |
455 | check_tcp_ssl="check_simap check_spop" | ||
456 | AC_SUBST(check_tcp_ssl) | ||
455 | AC_SUBST(SSLLIBS) | 457 | AC_SUBST(SSLLIBS) |
456 | AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found]) | 458 | AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found]) |
457 | fi | 459 | fi |