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

Stefan Metzmacher metze at samba.org
Thu May 22 13:05:45 GMT 2008


The branch, v3-3-test has been updated
       via  b28b63c911efe17ba37c15c9b74edd96e9584832 (commit)
      from  d53b589debdb95d3ae46e6b45c6951f522ccc5a1 (commit)

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


- Log -----------------------------------------------------------------
commit b28b63c911efe17ba37c15c9b74edd96e9584832
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