From: Björn Jacke Date: Fri, 14 Sep 2012 18:32:15 +0000 (+0200) Subject: autoconf: check for dn_expand also in libinet X-Git-Tag: ldb-1.1.13~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29c5780f8d0b7413136140db4ce133e97625ae31;p=thirdparty%2Fsamba.git autoconf: check for dn_expand also in libinet see bug #7472 --- diff --git a/source3/configure.in b/source3/configure.in index a6cc4440f1e..06f6028dfc4 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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,