[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-215-ga44649c

Michael Adam obnox at samba.org
Thu Jan 29 23:17:14 GMT 2009


The branch, master has been updated
       via  a44649cf98ea8f45537ff9a65be69d621c002505 (commit)
      from  37da26a06ee0a51f2e6c7b93e2fefc2342613c84 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a44649cf98ea8f45537ff9a65be69d621c002505
Author: Michael Adam <obnox at samba.org>
Date:   Fri Jan 30 00:16:41 2009 +0100

    s3:build: fix build on AIX - only test for splice on linux
    
    Michael

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

Summary of changes:
 source3/configure.in |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index f44fb9b..87707a2 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -5875,6 +5875,8 @@ fi
 ############################################
 # See if we have the Linux splice syscall.
 
+case "$host_os" in
+*linux*)
 AC_CACHE_CHECK([for Linux splice],
                 samba_cv_HAVE_LINUX_SPLICE,[
     AC_TRY_LINK([
@@ -5885,6 +5887,11 @@ AC_CACHE_CHECK([for Linux splice],
     [long ret = splice(0,0,1,0,400,0);],
     samba_cv_HAVE_LINUX_SPLICE=yes,
     samba_cv_HAVE_LINUX_SPLICE=no)])
+;;
+*)
+samba_cv_HAVE_LINUX_SPLICE=no
+;;
+esac
 
 if test x"$samba_cv_HAVE_LINUX_SPLICE" = x"yes"; then
   AC_DEFINE(HAVE_LINUX_SPLICE,1,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list