diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-04-23 10:15:00 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-04-23 11:17:47 +0200 |
commit | 1cf715ed214809bd43e8f5be829f65bf37686980 (patch) | |
tree | bda9c25dac453e77e94bcbbefb86d17435caf3d6 /source3/wscript | |
parent | 4a4a774e61aa5d95fa4c90485c538629ce5d0c92 (diff) | |
download | samba-1cf715ed214809bd43e8f5be829f65bf37686980.tar.gz samba-1cf715ed214809bd43e8f5be829f65bf37686980.tar.bz2 samba-1cf715ed214809bd43e8f5be829f65bf37686980.zip |
Revert "s3-vfs: another attempt to fix the Tru64 build."
This reverts commit 52909271879d909533a86c3a448839debb6497c6.
A better fix will follow.
metze
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/wscript b/source3/wscript index 672fcbbf54..49f11f2e5b 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1634,8 +1634,6 @@ 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); |