diff options
author | James Peach <jpeach@samba.org> | 2005-09-09 01:19:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:37:59 -0500 |
commit | af87f98d150155d9707135bbd04f199b051c0048 (patch) | |
tree | 40427b4fd96c001baf500f11c12caf34f1808bbb /source4/heimdal_build | |
parent | c1dcda0ca710cd7ce8bdc7cb4691bc91f50f8281 (diff) | |
download | samba-af87f98d150155d9707135bbd04f199b051c0048.tar.gz samba-af87f98d150155d9707135bbd04f199b051c0048.tar.xz samba-af87f98d150155d9707135bbd04f199b051c0048.zip |
r10100: Check for more networking headers so the resolv.h test can succeed.
(This used to be commit db75b2da1ef9d8e926610d918953697dd346fe3b)
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/config.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.m4 b/source4/heimdal_build/config.m4 index 411c26a329..b42bc92ee3 100644 --- a/source4/heimdal_build/config.m4 +++ b/source4/heimdal_build/config.m4 @@ -53,7 +53,10 @@ AC_CHECK_HEADERS([ \ termcap.h \ time.h \ timezone.h \ - ttyname.h + ttyname.h \ + netinet/in.h \ + netinet/in6.h \ + netinet6/in6.h ]) AC_CHECK_FUNCS([ \ |