Revert "Add --without-gettext to restore Samba build on hpisgr8"
[build-farm.git] / SerNet-imini.fns
index 8f45fea50dbcfc302c3cc2de40c4e3dff2ed5472..91c958f98787edec6583ff6ab1581ed4f559d532 100644 (file)
@@ -2,14 +2,18 @@ per_run_hook
 
 global_lock
 
-for compiler in gcc cc; do
+compilers="gcc"
+
+for compiler in $compilers; do
+
        . common.fns
 
-       test_tree samba_4_0_test source4 $compiler
+       export config="--without-acl-support"
+       test_tree samba_4_0_test . $compiler
+       export config=""
 
-       test_tree samba_3_current source $compiler
-       test_tree samba_3_next source $compiler
-       test_tree samba_3_master source $compiler
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
 done
 
 global_unlock