[Nagiosplug-checkins] nagiosplug configure.in,1.139,1.140

M. Sean Finney seanius at users.sourceforge.net
Sun Apr 10 20:09:32 CEST 2005


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

Modified Files:
	configure.in 
Log Message:
this should add support for check_ssmtp, based on the 1.3.x patch in 1155562,
but fixed to follow how things are done in 1.4 (using strdup instead of
asprintf) and patching configure.in instead of configure.


Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- configure.in	4 Mar 2005 21:04:57 -0000	1.139
+++ configure.in	11 Apr 2005 03:07:54 -0000	1.140
@@ -467,7 +467,7 @@
 fi
 
 if test "$FOUNDSSL" = "yes"; then
-  check_tcp_ssl="check_simap check_spop check_jabber check_nntps"
+  check_tcp_ssl="check_simap check_spop check_jabber check_nntps check_ssmtp"
   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