From 85cd85f3e4c30109fa6a1007c0d9b0d9b813bf91 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Wed, 18 Nov 2009 01:26:30 +0100 Subject: [PATCH] Fix nis library detection. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2