ソースを参照

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
Stanley Hopcroft 21 年 前
コミット
5dc0b02ccc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -451,7 +451,7 @@ 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_crypto_CRYPTO_lock" = "yes"; then
   if test "$ac_cv_lib_ssl_main" = "yes"; then
   if test "$ac_cv_lib_ssl_main" = "yes"; then
     if test "$FOUNDINCLUDE" = "yes"; then
     if test "$FOUNDINCLUDE" = "yes"; then
-      check_tcp_ssl="check_simap check_spop"
+      check_tcp_ssl="check_simap check_spop check_jabber check_nntps"
       AC_SUBST(check_tcp_ssl)
       AC_SUBST(check_tcp_ssl)
       AC_SUBST(SSLLIBS)
       AC_SUBST(SSLLIBS)
       AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found])
       AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found])