]> mj.ucw.cz Git - moe.git/blobdiff - configure
Build all mop/ subdirs.
[moe.git] / configure
index a7bfa1f6885eb7797b66d7e7f69c1cac83ef9e99..da5ad74b797dd16b3564601aa6f952cc32ed7d0a 100755 (executable)
--- a/configure
+++ b/configure
@@ -27,7 +27,10 @@ Log "### Configuring MO-Eval ###\n\n";
 Include Get("CONFIG");
 Include "lib/autoconf.cfg";
 
-Set("CONFIG_UCW_LIBS" => 1);
+if (Get("CONFIG_SUBMIT") || Get("CONFIG_MOP")) {
+       # Build libucw only if it is needed
+       Set("CONFIG_UCW_LIBS" => 1);
+}
 
 Finish();
 Log "\nConfigured, run `make' to build everything.\n";