summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeremy T. Bouse <undrgrid@users.sourceforge.net>2003-06-29 19:54:50 (GMT)
committerJeremy T. Bouse <undrgrid@users.sourceforge.net>2003-06-29 19:54:50 (GMT)
commit84a71d088a6eb74d5e9d31fc6769e79b9e42f5b0 (patch)
tree507d38e8afc9e0c0826423a22c664c3f8bdac9b9 /configure.in
parent58f124b80330917c003e24b35748d4ef7cb38056 (diff)
downloadmonitoring-plugins-84a71d088a6eb74d5e9d31fc6769e79b9e42f5b0.tar.gz
Included patch for check_ldap from Patch #753621 by Ziya Suzen
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@571 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 81b019b..38f6bea 100644
--- a/configure.in
+++ b/configure.in
@@ -206,6 +206,7 @@ if test "$ac_cv_lib_ldap_main" = "yes"; then
206 LDAPINCLUDE="-I/usr/include/ldap" 206 LDAPINCLUDE="-I/usr/include/ldap"
207 AC_SUBST(LDAPLIBS) 207 AC_SUBST(LDAPLIBS)
208 AC_SUBST(LDAPINCLUDE) 208 AC_SUBST(LDAPINCLUDE)
209 AC_CHECK_FUNCS(ldap_set_option)
209 EXTRAS="$EXTRAS check_ldap" 210 EXTRAS="$EXTRAS check_ldap"
210else 211else
211 AC_MSG_WARN([Skipping LDAP plugin]) 212 AC_MSG_WARN([Skipping LDAP plugin])