summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-22 00:50:35 +0200
committerGünther Deschner <gd@samba.org>2011-04-22 01:49:59 +0200
commit52909271879d909533a86c3a448839debb6497c6 (patch)
treef2ab6ceff36f76108e964a87f969a8b8f36e3069 /source3/configure.in
parent0e003515703469e9f66f5119d401366697cdb767 (diff)
downloadsamba-52909271879d909533a86c3a448839debb6497c6.tar.gz
samba-52909271879d909533a86c3a448839debb6497c6.tar.bz2
samba-52909271879d909533a86c3a448839debb6497c6.zip
s3-vfs: another attempt to fix the Tru64 build.
vfsops struct on Tru64 has a vfs_init function pointer. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 22 01:49:59 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index b2c1856bec..97e69a3a57 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -5400,6 +5400,8 @@ if test x"$samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT" = x"yes"; then
fi
AC_MSG_RESULT([$samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT])
+AC_CHECK_TYPE(struct vfsops,[AC_DEFINE(HAVE_STRUCT_VFSOPS,1,[Whether struct vfsops exists])],,[#include <sys/mount.h>])
+
#################################################
# check for cluster extensions