X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=configure;h=da5ad74b797dd16b3564601aa6f952cc32ed7d0a;hb=fda77969a67a10a088ea7b96fc5a477acafd4bdf;hp=a7bfa1f6885eb7797b66d7e7f69c1cac83ef9e99;hpb=1fb8ac55f4a46bd704c081a04e5d66f78b0ea42b;p=moe.git diff --git a/configure b/configure index a7bfa1f..da5ad74 100755 --- 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";