s3:modules: remove unused allow_undefined_symbols=False from vfs_glusterfs
authorStefan Metzmacher <metze@samba.org>
Fri, 10 Apr 2015 09:12:04 +0000 (11:12 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 19 May 2015 11:43:13 +0000 (13:43 +0200)
This is the default...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/modules/wscript_build

index ce21a3883ba4469b8b145166a1c24e4c180352f6..ef93e3ed0b77e24ecf5e61fa57c85b710a429298 100644 (file)
@@ -496,8 +496,7 @@ bld.SAMBA3_MODULE('vfs_glusterfs',
                   deps='samba-util gfapi',
                   init_function='',
                   internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_glusterfs'),
-                  enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_glusterfs'),
-                  allow_undefined_symbols=False)
+                  enabled=bld.SAMBA3_IS_ENABLED_MODULE('vfs_glusterfs'))
 
 bld.SAMBA3_MODULE('vfs_worm',
                   subsystem='vfs',