diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
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, |