[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2398-gf7e0bff

Stefan Metzmacher metze at samba.org
Thu May 22 13:06:00 GMT 2008


The branch, v3-2-test has been updated
       via  f7e0bff88a23be0e7cbbd7eab60ed49bcdda04fa (commit)
      from  5967d2a5d6e9547d868bd85e3f3d3936bbd07fa9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit f7e0bff88a23be0e7cbbd7eab60ed49bcdda04fa
Author: Stefan Metzmacher <metze at samba.org>
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
    (cherry picked from commit 84b5652d3e5766521436e4c7d59615b08b2bb198)

-----------------------------------------------------------------------

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


More information about the samba-cvs mailing list