summaryrefslogtreecommitdiff
path: root/source3/wscript
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/wscript
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/wscript')
-rw-r--r--source3/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index 49f11f2e5b..672fcbbf54 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1634,6 +1634,8 @@ main() {
headers='sys/types.h dirent.h',
msg='Checking whether seekdir returns void')
+ conf.CHECK_TYPE_IN('struct vfsops', 'sys/mount.h')
+
if Options.options.with_profiling_data:
conf.DEFINE('WITH_PROFILE', 1);