nss-pam-ldapd commit: r1244 - nss-pam-ldapd-solaris
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1244 - nss-pam-ldapd-solaris
- 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: r1244 - nss-pam-ldapd-solaris
- Date: Fri, 8 Oct 2010 12:23:07 +0200 (CEST)
Author: arthur
Date: Fri Oct 8 12:23:06 2010
New Revision: 1244
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1244
Log:
fix test of returnlen struct member check
Modified:
nss-pam-ldapd-solaris/configure.ac
Modified: nss-pam-ldapd-solaris/configure.ac
==============================================================================
--- nss-pam-ldapd-solaris/configure.ac Fri Oct 8 12:22:35 2010 (r1243)
+++ nss-pam-ldapd-solaris/configure.ac Fri Oct 8 12:23:06 2010 (r1244)
@@ -380,7 +380,7 @@
#endif])
# check if struct nss_XbyY_args has a returnlen attribute
- AC_CHECK_MEMBER([struct nss_XbyY_args.returnlen],,,[[
+ AC_CHECK_MEMBERS([struct nss_XbyY_args.returnlen],,,[[
#ifdef HAVE_NSS_H
#include <nss.h>
#endif
--
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: r1244 - nss-pam-ldapd-solaris,
Commits of the nss-pam-ldapd project