don't build gpfs_prefetch.so by default
authorMichael Adam <obnox@samba.org>
Tue, 26 Aug 2008 15:51:18 +0000 (17:51 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 19 Mar 2009 23:05:52 +0000 (00:05 +0100)
This is meant as a first measure for GPL-compliance:
Don't ship the gpfs_prefetch module in the binary RPMs.

Michael

source/configure.in

index 86b760629e2e7a8159b64637060ad7a554cc06cb..9416dce507f7ebe2f67d64673b83f8001d90ed5a 100644 (file)
@@ -1074,7 +1074,7 @@ AC_TRY_LINK([#include <gpfs_gpl.h>],
 echo $samba_cv_HAVE_GPFS
 if test x"$samba_cv_HAVE_GPFS" = x"yes"; then
     AC_DEFINE(HAVE_GPFS,1,[Whether GPFS GPL libs are available])
-    default_shared_modules="$default_shared_modules vfs_gpfs vfs_gpfs_prefetch"
+    default_shared_modules="$default_shared_modules vfs_gpfs"
 fi
 LIBS="$save_LIBS"