summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-01-06 10:27:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:02 -0500
commit4d1d826be44ec82e3778e89cbd2873e0aacfc134 (patch)
tree257f060b0a557f01bab4992073476f94353afbf1 /source3/configure.in
parenta189257c15725e36e68970ed723f3365d4496792 (diff)
downloadsamba-4d1d826be44ec82e3778e89cbd2873e0aacfc134.tar.gz
samba-4d1d826be44ec82e3778e89cbd2873e0aacfc134.tar.bz2
samba-4d1d826be44ec82e3778e89cbd2873e0aacfc134.zip
r12735: After talking to Tridge and Jeremy... This needs to be made more generic
before it goes in. Volker (This used to be commit 2c3d5c029a31111e1fe84ddc13c1bfc183d8bfde)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 2b1f4d691f..ec1bdacad8 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1159,19 +1159,6 @@ AC_CHECK_FUNCS(setbuffer shmget shm_open backtrace_symbols)
AC_CHECK_HEADERS(libexc.h)
AC_CHECK_LIB(exc, trace_back_stack)
-echo -n "checking for GPFS 2.4 libs... "
-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_SET_SHARE=yes,
- samba_cv_HAVE_GPFS_SET_SHARE=no)
-echo $samba_cv_HAVE_GPFS_SET_SHARE
-if test x"$samba_cv_HAVE_GPFS_SET_SHARE" = x"yes"; then
- AC_DEFINE(HAVE_GPFS_SET_SHARE,1,[Whether GPFS 2.4 libs are available])
-fi
-LIBS="$save_LIBS"
-
# syscall() is needed for smbwrapper.
AC_CHECK_FUNCS(syscall)