summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-08-01 18:40:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:29 -0500
commitd42a96b3ec3dec1e2aa958813ae56326e7b02789 (patch)
tree041caa6f0e6f937535d11fd0225e4ccebaf0be50 /source3/configure.in
parentec17ea6b069fee0dca351dc53bcbb1c2ebaa0690 (diff)
downloadsamba-d42a96b3ec3dec1e2aa958813ae56326e7b02789.tar.gz
samba-d42a96b3ec3dec1e2aa958813ae56326e7b02789.tar.bz2
samba-d42a96b3ec3dec1e2aa958813ae56326e7b02789.zip
r17367: Reverting the ab code. Note I'm not saying this
code is wrong or bad or anything, just that it needs to be discussed & reviewed on the samba-technical list before we add a platform-specific NFSv4 mapping. That way lies a lot of future pain :-). Jeremy. (This used to be commit 330899ec30ffceb798e3a8362d20e103e20b2897)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 02af9995fb..c84312f32a 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -5592,7 +5592,6 @@ SMB_MODULE(vfs_shadow_copy, \$(VFS_SHADOW_COPY_OBJ), "bin/shadow_copy.$SHLIBEXT"
SMB_MODULE(vfs_afsacl, \$(VFS_AFSACL_OBJ), "bin/afsacl.$SHLIBEXT", VFS)
SMB_MODULE(vfs_posixacl, \$(VFS_POSIXACL_OBJ), "bin/posixacl.$SHLIBEXT", VFS)
SMB_MODULE(vfs_aixacl, \$(VFS_AIXACL_OBJ), "bin/aixacl.$SHLIBEXT", VFS)
-SMB_MODULE(vfs_aixacl2, \$(VFS_AIXACL2_OBJ), "bin/aixacl2.$SHLIBEXT", VFS)
SMB_MODULE(vfs_solarisacl, \$(VFS_SOLARISACL_OBJ), "bin/solarisacl.$SHLIBEXT", VFS)
SMB_MODULE(vfs_irixacl, \$(VFS_IRIXACL_OBJ), "bin/irixacl.$SHLIBEXT", VFS)
SMB_MODULE(vfs_hpuxacl, \$(VFS_HPUXACL_OBJ), "bin/hpuxacl.$SHLIBEXT", VFS)