From 8c76903efb1277bca7d8bf6d8183763a5e3951db Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 12 May 2006 21:31:52 +0000 Subject: r15550: make sure to pick up the -lresolv libs on systems without -lldap to pull it in (This used to be commit 4f3a1c2c58a4087f3a2f72f471cbaf2bad5addfe) --- source3/configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 079202ac3b..d26e13a6bb 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1531,8 +1531,10 @@ if test x"$samba_stat_hires_notimespec" = x"yes" ; then fi ##################################### -# we might need the resolv library on some systems +# needed for SRV lookups AC_CHECK_LIB(resolv, dn_expand) +AC_CHECK_LIB(resolv, _dn_expand) +AC_CHECK_LIB(resolv, __dn_expand) # # Check for the functions putprpwnam, set_auth_parameters, -- cgit