[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Mon Mar 8 17:01:06 MST 2010


The branch, master has been updated
       via  9113e14... s3:build: Fix automatic building of vfs_tsmsm if gpfs and dmapi are present.
      from  b845025... s3:release-scripts: fix create-tarball to treat vendor patch level correctly

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


- Log -----------------------------------------------------------------
commit 9113e14b291c10c824d2d8ea5cb28ffc0adcb63b
Author: Michael Adam <obnox at samba.org>
Date:   Mon Mar 8 22:32:41 2010 +0100

    s3:build: Fix automatic building of vfs_tsmsm if gpfs and dmapi are present.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 436f708..f0dabbf 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2700,7 +2700,7 @@ fi
 
 # Add TSM SM VFS module only if there are both GPFS and DMAPI support
 # Theoretically it should work with AIX JFS2 too but this needs testing
-if test x"$samba_cv_HAVE_GPFS" = x"yes" && test x"$samba_dmapi_libs" != x"" ; then
+if test x"$ac_cv_header_gpfs_gpl_h" = x"yes" && test x"$samba_dmapi_libs" != x"" ; then
     default_shared_modules="$default_shared_modules vfs_tsmsm"
 fi
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list