From: Björn Jacke Date: Fri, 14 Sep 2012 18:41:08 +0000 (+0200) Subject: wafbuild: check for dn_expand also in libinet X-Git-Tag: ldb-1.1.13~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39d1a2c2a1d5e69d0396622bc9fea00d0f0d779d;p=thirdparty%2Fsamba.git wafbuild: check for dn_expand also in libinet see bug #7472 --- diff --git a/source3/wscript b/source3/wscript index 18f84f88d77..d0e76f36178 100644 --- a/source3/wscript +++ b/source3/wscript @@ -97,6 +97,7 @@ def configure(conf): #FIXME: for some reason this one still fails conf.CHECK_FUNCS_IN('yp_get_default_domain', 'nsl') conf.CHECK_FUNCS_IN('dn_expand _dn_expand __dn_expand', 'resolv') + conf.CHECK_FUNCS_IN('dn_expand', 'inet') conf.CHECK_DECLS('fdatasync', reverse=True) conf.CHECK_DECLS('readahead', reverse=True, headers='fcntl.h')