From: Francesco Chemolli Date: Wed, 18 Nov 2009 00:26:30 +0000 (+0100) Subject: Fix nis library detection. X-Git-Tag: SQUID_3_2_0_1~565 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85cd85f3e4c30109fa6a1007c0d9b0d9b813bf91;p=thirdparty%2Fsquid.git Fix nis library detection. --- diff --git a/configure.in b/configure.in index 76a3c44f38..48c16d93f0 100644 --- a/configure.in +++ b/configure.in @@ -2904,7 +2904,7 @@ AC_SEARCH_LIBS([res_init],[resolv]) AC_SEARCH_LIBS([bind],[socket]) AC_SEARCH_LIBS([opcom_stack_trace],[opcom_stack]) AC_SEARCH_LIBS([strlcpy], [bsd]) -AC_SEARCH_LIBS([yp_search], [nsl nss_nis nss_nisplus]) +AC_SEARCH_LIBS([yp_match], [nsl nss_nis nss_nisplus]) dnl Check for Winsock only on MinGW, on Cygwin we must use emulated BSD socket API case "$host_os" in mingw|mingw32)