[Nagiosplug-checkins] nagiosplug configure.in,1.116,1.117

Stanley Hopcroft stanleyhopcroft at users.sourceforge.net
Wed Dec 1 00:42:03 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23803

Modified Files:
	configure.in 
Log Message:
Bryan Loniewski contributed check_jabber plugin (SSL/check_tcp); Eric Chen check_nntps plugin + SSL certficate expiry check [added -D option to check_tcp]

Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- configure.in	29 Nov 2004 22:42:01 -0000	1.116
+++ configure.in	1 Dec 2004 08:41:08 -0000	1.117
@@ -451,7 +451,7 @@
 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"
+      check_tcp_ssl="check_simap check_spop check_jabber check_nntps"
       AC_SUBST(check_tcp_ssl)
       AC_SUBST(SSLLIBS)
       AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found])





More information about the Commits mailing list