summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df11705)
raw | patch | inline | side by side (parent: df11705)
author | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | |
Wed, 1 Dec 2004 08:41:08 +0000 (08:41 +0000) | ||
committer | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | |
Wed, 1 Dec 2004 08:41:08 +0000 (08:41 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@961 f882894a-f735-0410-b71e-b25c423dba1c
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index ddf1f24994e10d4121890003a6d952e108e6ed93..9f2d628c12b569f77367bb4a19793c1175aa0ffe 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"
+ 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])