summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: de2773d)
raw | patch | inline | side by side (parent: de2773d)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Fri, 4 Jul 2003 10:42:13 +0000 (10:42 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Fri, 4 Jul 2003 10:42:13 +0000 (10:42 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@586 f882894a-f735-0410-b71e-b25c423dba1c
configure.in | patch | blob | history | |
plugins/Makefile.am | patch | blob | history |
diff --git a/configure.in b/configure.in
index a7833051158f90d61b8ab47d453363ed92bb08a6..b618c77795788f2a449be5de7ff46564ca619d6e 100644 (file)
--- a/configure.in
+++ b/configure.in
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"
+ AC_SUBST(check_tcp_ssl)
AC_SUBST(SSLLIBS)
AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found])
fi
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 022cff880970268025ad9fa004321789c9077771..6d817b1ef9c1e084691930b571b311e8ff9d9c7d 100644 (file)
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
check_udp check_ups check_users negate urlize \
@EXTRAS@
+check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2 \
+ @check_tcp_ssl@
+
EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \
check_swap check_fping check_ldap check_game check_dig \
check_nagios check_by_ssh check_dns check_nt
-check_tcp_programs = check_ftp check_imap check_nntp check_pop check_udp2
-check_tcp_programs += check_simap check_spop
-
EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h \
getaddrinfo.c getaddrinfo.h gethostbyname.c gethostbyname.h