1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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

Michael
This commit is contained in:
Michael Adam 2010-03-08 22:32:41 +01:00
parent b845025daf
commit 9113e14b29

View File

@ -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