lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1807 - nss-pam-ldapd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1807 - nss-pam-ldapd



Author: arthur
Date: Sun Oct 21 16:36:44 2012
New Revision: 1807
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1807&view=revision

Log:
remove duplicate checks from the configure script

Modified:
   nss-pam-ldapd/configure.ac

Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac  Sun Oct 21 16:26:32 2012        (r1806)
+++ nss-pam-ldapd/configure.ac  Sun Oct 21 16:36:44 2012        (r1807)
@@ -280,7 +280,6 @@
 
 # checks for availability of common functions
 AC_CHECK_FUNCS([sigaction snprintf])
-AC_CHECK_FUNCS(gethostbyname)
 AC_SEARCH_LIBS(socket,socket)
 AC_CHECK_FUNCS([strcasecmp strncasecmp strchr strcspn strspn strtol strtoul 
strtoull])
 AC_CHECK_FUNCS([malloc realloc])
@@ -565,7 +564,6 @@
   # 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)
 
   # check for availability of functions
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/