Add --without-gettext to restore Samba build on SerNET-Tru64
[build-farm.git] / SerNet-IRIX.fns
index 4e0738982b9ad4aed333dc4eb865557580f24f75..c845470c9d1ad2f9fee380fe456d990098667aae 100644 (file)
@@ -15,12 +15,14 @@ for compiler in $compilers; do
        #export config="--with-included-popt"
        . common.fns
 
-       test_tree samba_4_0_test source4 $compiler
-
-       test_tree samba_3_current source $compiler
-       test_tree samba_3_next source $compiler
-       test_tree samba_3_master source $compiler
-
+       config="--without-gettext"
+       export config
+       test_tree samba_4_0_test . $compiler
+       config=""
+       export config
+
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
 done
 
 global_unlock