The branch, v4-0-test has been updated via 84b5652d3e5766521436e4c7d59615b08b2bb198 (commit) from 761e667e45475d3a7d5a41558b400ba4c94c4650 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test - Log ----------------------------------------------------------------- commit 84b5652d3e5766521436e4c7d59615b08b2bb198 Author: Stefan Metzmacher <[EMAIL PROTECTED]> Date: Thu May 22 15:00:19 2008 +0200 libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly detected metze ----------------------------------------------------------------------- Summary of changes: source/lib/replace/libreplace_network.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source/lib/replace/libreplace_network.m4 b/source/lib/replace/libreplace_network.m4 index 6cde6b9..4edb55c 100644 --- a/source/lib/replace/libreplace_network.m4 +++ b/source/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> -- Samba Shared Repository