[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-32-138-g1868bfd

Michael Adam obnox at samba.org
Tue Jan 27 14:54:24 GMT 2009


The branch, v3-0-test has been updated
       via  1868bfd40f7bf4caf9a31116111fa3a5169f4735 (commit)
      from  d09c9b459638242b9df53cc82a8849699d572486 (commit)

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


- Log -----------------------------------------------------------------
commit 1868bfd40f7bf4caf9a31116111fa3a5169f4735
Author: Michael Adam <obnox at samba.org>
Date:   Tue Jan 27 15:52:03 2009 +0100

    libreplace: fix detection of netinet/ip.h on solaris 8
    
    (The test needs to additionally include <netinet/in_systm.h>.)
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/libreplace.m4 b/source/lib/replace/libreplace.m4
index d41a864..bad541a 100644
--- a/source/lib/replace/libreplace.m4
+++ b/source/lib/replace/libreplace.m4
@@ -97,10 +97,14 @@ AC_CHECK_HEADERS(sys/syslog.h syslog.h)
 AC_CHECK_HEADERS(sys/time.h time.h)
 AC_CHECK_HEADERS(stdarg.h vararg.h)
 AC_CHECK_HEADERS(sys/socket.h netinet/in.h netdb.h arpa/inet.h)
+AC_CHECK_HEADERS(netinet/in_systm.h)
 AC_CHECK_HEADERS([netinet/ip.h], [], [], [#ifdef HAVE_NETINET_IN_H
 #include <netinet/in.h>
+#endif
+#ifdef HAVE_NETINET_IN_SYSTM_H
+#include <netinet/in_systm.h>
 #endif])
-AC_CHECK_HEADERS(netinet/tcp.h netinet/in_systm.h netinet/in_ip.h)
+AC_CHECK_HEADERS(netinet/tcp.h netinet/in_ip.h)
 AC_CHECK_HEADERS(sys/sockio.h sys/un.h)
 AC_CHECK_HEADERS(stropts.h)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list