diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 36f8605..65dc698 100644 --- a/configure.in +++ b/configure.in | |||
@@ -204,6 +204,7 @@ if test "$ac_cv_lib_ldap_main" = "yes"; then | |||
204 | AC_SUBST(LDAPINCLUDE) | 204 | AC_SUBST(LDAPINCLUDE) |
205 | AC_CHECK_FUNCS(ldap_set_option) | 205 | AC_CHECK_FUNCS(ldap_set_option) |
206 | EXTRAS="$EXTRAS check_ldap" | 206 | EXTRAS="$EXTRAS check_ldap" |
207 | AC_CHECK_FUNCS(ldap_init ldap_set_option ldap_get_option ldap_start_tls_s) | ||
207 | else | 208 | else |
208 | AC_MSG_WARN([Skipping LDAP plugin]) | 209 | AC_MSG_WARN([Skipping LDAP plugin]) |
209 | AC_MSG_WARN([install LDAP libs to compile this plugin (see REQUIREMENTS).]) | 210 | AC_MSG_WARN([install LDAP libs to compile this plugin (see REQUIREMENTS).]) |