diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-10 23:13:48 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-10 23:13:48 +0100 |
commit | 0114cb52ca552bc8c70d6f8160ca5a481e41154d (patch) | |
tree | f33c44e9ae5ac06b978b1603e31d80f7fde46d3a /source3 | |
parent | 7ad9676864a70366c3165c6f35e5c8665bc6468d (diff) | |
download | samba-0114cb52ca552bc8c70d6f8160ca5a481e41154d.tar.gz samba-0114cb52ca552bc8c70d6f8160ca5a481e41154d.tar.bz2 samba-0114cb52ca552bc8c70d6f8160ca5a481e41154d.zip |
Revert "Also search for -lgpfs which is available as GPL in GPFS PTF8"
This reverts commit 3c93c96fd0fe362c35fe8127058f94868abc9342.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/configure.in b/source3/configure.in index b90b1b3f60..40e78e89d9 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1052,20 +1052,6 @@ if test x"$samba_cv_HAVE_GPFS" = x"yes"; then fi LIBS="$save_LIBS" -printf "%s" "checking for GPFS libs (with 3.2.1 PTF8 available as GPL)... " -save_LIBS="$LIBS" -LIBS="$LIBS -lgpfs" -AC_TRY_LINK([#include <gpfs.h>], - [gpfs_set_share(0,GPFS_SHARE_READ,GPFS_DENY_NONE)], - samba_cv_HAVE_GPFS=yes, - samba_cv_HAVE_GPFS=no) -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" -fi -LIBS="$save_LIBS" - ############################################# # check if building on Isilon OneFS printf "%s" "checking for Isilon OneFS... " |