nss-pam-ldapd commit: r1391 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1391 - nss-pam-ldapd
- 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: r1391 - nss-pam-ldapd
- Date: Sat, 12 Mar 2011 09:41:45 +0100 (CET)
Author: arthur
Date: Sat Mar 12 09:41:43 2011
New Revision: 1391
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1391
Log:
include the resolv library for hstrerror() on platforms that need it (thanks
Peter Bray)
Modified:
nss-pam-ldapd/configure.ac
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Sat Mar 12 09:34:52 2011 (r1390)
+++ nss-pam-ldapd/configure.ac Sat Mar 12 09:41:43 2011 (r1391)
@@ -551,6 +551,7 @@
# checks for availability of system libraries for nslcd
AC_SEARCH_LIBS(gethostbyname,nsl socket)
+ AC_SEARCH_LIBS(hstrerror,resolv)
AC_SEARCH_LIBS(socket,socket)
AC_SEARCH_LIBS(dlopen,dl)
--
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: r1391 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project