diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-05-22 23:28:44 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-05-22 23:28:44 +1000 |
commit | 8fc9c71a06c49bd449b754405e0c937681f07f50 (patch) | |
tree | 7484b3f6a7bc4e8c561582ac1403b3ca36851727 /source4 | |
parent | 2e0f61a18ab002a90faa06477fa258e36b8a5fc0 (diff) | |
parent | 5ab27ba7f0facbad4ba14b4246bc47e05b5da347 (diff) | |
download | samba-8fc9c71a06c49bd449b754405e0c937681f07f50.tar.gz samba-8fc9c71a06c49bd449b754405e0c937681f07f50.tar.bz2 samba-8fc9c71a06c49bd449b754405e0c937681f07f50.zip |
Merge commit 'origin/v4-0-test' into v4-0-test
(This used to be commit 2bba77a768c3ed984af05b99c2f7781577d08ec3)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/replace/libreplace_network.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace_network.m4 b/source4/lib/replace/libreplace_network.m4 index 6cde6b9e0c..4edb55c03a 100644 --- a/source4/lib/replace/libreplace_network.m4 +++ b/source4/lib/replace/libreplace_network.m4 @@ -341,7 +341,7 @@ fi dnl test for ipv6 AC_CACHE_CHECK([for ipv6 support],libreplace_cv_HAVE_IPV6,[ - AC_TRY_COMPILE([ + AC_TRY_LINK([ #include <stdlib.h> /* for NULL */ #include <sys/socket.h> #include <sys/types.h> |