svn commit: samba r25906 - in branches/SAMBA_4_0/source/lib/replace: .

metze at samba.org metze at samba.org
Thu Nov 8 11:17:22 GMT 2007


Author: metze
Date: 2007-11-08 11:17:22 +0000 (Thu, 08 Nov 2007)
New Revision: 25906

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25906

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

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/getaddrinfo.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/getaddrinfo.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/getaddrinfo.m4	2007-11-08 09:07:51 UTC (rev 25905)
+++ branches/SAMBA_4_0/source/lib/replace/getaddrinfo.m4	2007-11-08 11:17:22 UTC (rev 25906)
@@ -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>



More information about the samba-cvs mailing list