[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-234-g130de20

Stefan Metzmacher metze at samba.org
Thu Nov 8 11:21:34 GMT 2007


The branch, v3-2-test has been updated
       via  130de20d646fe14f494b021a98d6855c7b5b2a1a (commit)
      from  f3d762737540476bab7da1bf6db047b66f53d9ae (commit)

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


- Log -----------------------------------------------------------------
commit 130de20d646fe14f494b021a98d6855c7b5b2a1a
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Nov 8 12:18:28 2007 +0100

    libreplace: we need to link to make sure the functions are available
    
    metze

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

Summary of changes:
 source/lib/replace/getaddrinfo.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/getaddrinfo.m4 b/source/lib/replace/getaddrinfo.m4
index 92620aa..bc6e69e 100644
--- a/source/lib/replace/getaddrinfo.m4
+++ b/source/lib/replace/getaddrinfo.m4
@@ -1,6 +1,6 @@
 dnl test for getaddrinfo/getnameinfo
 AC_CACHE_CHECK([for getaddrinfo],libreplace_cv_HAVE_GETADDRINFO,[
-AC_TRY_COMPILE([
+AC_TRY_LINK([
 #include <sys/types.h>
 #if STDC_HEADERS
 #include <stdlib.h>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list