nss-pam-ldapd commit: r1957 - nss-pam-ldapd-0.8
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1957 - nss-pam-ldapd-0.8
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1957 - nss-pam-ldapd-0.8
- Date: Sun, 5 May 2013 13:45:50 +0200 (CEST)
Author: arthur
Date: Sun May 5 13:45:47 2013
New Revision: 1957
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1957&view=revision
Log:
add some missing checks to the configure script (117327e from 0.9)
Modified:
nss-pam-ldapd-0.8/configure.ac
Modified: nss-pam-ldapd-0.8/configure.ac
==============================================================================
--- nss-pam-ldapd-0.8/configure.ac Sun May 5 13:39:59 2013 (r1956)
+++ nss-pam-ldapd-0.8/configure.ac Sun May 5 13:45:47 2013 (r1957)
@@ -282,7 +282,7 @@
AC_CHECK_HEADERS([netinet/ether.h arpa/inet.h netinet/in.h])
AC_CHECK_HEADERS([nsswitch.h nss_dbdefs.h])
AC_CHECK_HEADERS([sys/socket.h sys/un.h sys/ucred.h ucred.h sys/param.h
sys/time.h])
-AC_CHECK_HEADERS([getopt.h syslog.h])
+AC_CHECK_HEADERS([getopt.h syslog.h stddef.h])
# other general checks
AC_C_INLINE
@@ -291,8 +291,8 @@
# checks for availability of common functions
AC_CHECK_FUNCS([sigaction snprintf])
AC_SEARCH_LIBS(socket,socket)
-AC_CHECK_FUNCS([strcasecmp strncasecmp strchr strcspn strspn strtol strtoul
strtoull])
-AC_CHECK_FUNCS([malloc realloc])
+AC_CHECK_FUNCS([strcasecmp strncasecmp strchr strcspn strspn strtol strtoul
strtoull strndup])
+AC_CHECK_FUNCS([malloc realloc atexit])
AC_FUNC_FORK
AC_CHECK_FUNCS(__assert_fail)
@@ -697,12 +697,14 @@
AC_CHECK_FUNCS(ldap_parse_result ldap_memfree ldap_controls_free
ldap_control_free)
AC_CHECK_FUNCS(ldap_explode_dn ldap_explode_rdn ldap_set_option
ldap_get_option)
AC_CHECK_FUNCS(ldap_abandon ldap_simple_bind_s ldap_unbind
ldap_set_rebind_proc)
- AC_CHECK_FUNCS(ldap_initialize ldap_search_ext)
+ AC_CHECK_FUNCS(ldap_initialize ldap_search_ext ldap_start_tls_s)
AC_CHECK_FUNCS(ldap_create_control ldap_extended_operation_s)
AC_CHECK_FUNCS(ldap_domain2hostlist ldap_domain2dn)
- AC_CHECK_FUNCS(ldap_get_values ldap_value_free ldap_get_dn)
+ AC_CHECK_FUNCS(ldap_get_values ldap_get_values_len ldap_value_free
ldap_value_free_len)
+ AC_CHECK_FUNCS(ldap_get_dn ldap_explode_dn ldap_count_values_len)
AC_CHECK_FUNCS(ldap_err2string ldap_msgfree ldap_result)
- AC_CHECK_FUNCS(ber_bvfree ber_free ber_set_option)
+ AC_CHECK_FUNCS(ber_bvfree ber_free ber_set_option ldap_modify_ext_s)
+ AC_CHECK_FUNCS(ldap_first_attribute ldap_next_attribute)
# replace ldap_create_page_control() and ldap_parse_page_control()
AC_CHECK_FUNCS(ldap_create_page_control
ldap_parse_page_control,,[AC_LIBOBJ(pagectrl)])
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r1957 - nss-pam-ldapd-0.8,
Commits of the nss-pam-ldapd project