diff options
author | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2004-12-01 08:41:08 (GMT) |
---|---|---|
committer | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2004-12-01 08:41:08 (GMT) |
commit | 5dc0b02ccc2b549d5ee7c8c7249723af9bd1cb74 (patch) | |
tree | 9214c08a16a6c3d36386f08afb4656dcf1d61dcb /configure.in | |
parent | df11705edb0dc42b30d625081d43c4378dbe95b1 (diff) | |
download | monitoring-plugins-5dc0b02ccc2b549d5ee7c8c7249723af9bd1cb74.tar.gz |
Bryan Loniewski contributed check_jabber plugin (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate expiry check [added -D option to check_tcp]
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@961 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ddf1f24..9f2d628 100644 --- a/configure.in +++ b/configure.in | |||
@@ -451,7 +451,7 @@ dnl test headers and libs to decide whether check_http should use SSL | |||
451 | if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then | 451 | if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then |
452 | if test "$ac_cv_lib_ssl_main" = "yes"; then | 452 | if test "$ac_cv_lib_ssl_main" = "yes"; then |
453 | if test "$FOUNDINCLUDE" = "yes"; then | 453 | if test "$FOUNDINCLUDE" = "yes"; then |
454 | check_tcp_ssl="check_simap check_spop" | 454 | check_tcp_ssl="check_simap check_spop check_jabber check_nntps" |
455 | AC_SUBST(check_tcp_ssl) | 455 | AC_SUBST(check_tcp_ssl) |
456 | AC_SUBST(SSLLIBS) | 456 | AC_SUBST(SSLLIBS) |
457 | AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found]) | 457 | AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found]) |