1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

autoconf: check for dn_expand also in libinet

see bug #7472
This commit is contained in:
Björn Jacke 2012-09-14 20:32:15 +02:00 committed by Bjoern Jacke
parent 39d1a2c2a1
commit 29c5780f8d

View File

@ -1219,6 +1219,7 @@ fi
AC_CHECK_LIB(resolv, dn_expand)
AC_CHECK_LIB(resolv, _dn_expand)
AC_CHECK_LIB(resolv, __dn_expand)
AC_CHECK_LIB(inet, dn_expand)
#
# Check for the functions putprpwnam, set_auth_parameters,