move pidl build into the compiler loop
[build-farm.git] / generic.fns
index 25a6b2e09a738d2d40f38d3a644896d3ce56e4fb..46f552a9cf541e512ce1e2ef1b87a977a69b3cce 100644 (file)
@@ -73,11 +73,12 @@ for compiler in $compilers; do
       fi
     fi
   fi
-done
 
-# only attempt pidl if we have perl
-if which perl > /dev/null; then
-  test_tree pidl . cc
-fi
+  # only attempt pidl if we have perl
+  if which perl > /dev/null; then
+    test_tree pidl . cc
+  fi
+
+done
 
 global_unlock