diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-07 16:05:30 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:43 +1000 |
commit | 572fc43a4ac14fba4f721d49d0363b377e678901 (patch) | |
tree | be96955bc6a7e4957cf490acfa110d0a369fd6a2 /lib/replace/wscript | |
parent | 20f49194676a942c1e3ec1e998b46b2bc835e746 (diff) | |
download | samba-572fc43a4ac14fba4f721d49d0363b377e678901.tar.gz samba-572fc43a4ac14fba4f721d49d0363b377e678901.tar.bz2 samba-572fc43a4ac14fba4f721d49d0363b377e678901.zip |
build: check freeaddrinfo
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r-- | lib/replace/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index ef8972924b..1994e34877 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -118,7 +118,7 @@ def configure(conf): conf.CHECK_FUNCS('strtouq strtoll __strtoll strtoq memmem printf memset memcpy') conf.CHECK_FUNCS('connect gethostbyname if_nametoindex socketpair') conf.CHECK_FUNCS('inet_ntoa inet_aton inet_ntop inet_pton') - conf.CHECK_FUNCS('dirfd getdirentries getdents syslog getaddrinfo') + conf.CHECK_FUNCS('dirfd getdirentries getdents syslog getaddrinfo freeaddrinfo') conf.CHECK_FUNCS('timegm getifaddrs freeifaddrs mmap setgroups setsid') conf.CHECK_FUNCS('getgrent_r getgrgid_r getgrnam_r getgrouplist getpagesize') conf.CHECK_FUNCS('getpwent_r getpwnam_r getpwuid_r epoll_create') |