From: Martin Mares Date: Mon, 16 Mar 2009 22:45:35 +0000 (+0100) Subject: Disable building of libucw utilities. X-Git-Tag: python-dummy-working~123 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=235625732f986d6e32bc488ee4c9a3e232500812;p=eval.git Disable building of libucw utilities. --- diff --git a/default.cfg b/default.cfg index 699a89d..6e35e17 100644 --- a/default.cfg +++ b/default.cfg @@ -9,6 +9,8 @@ Set("CONFIG_MOP" => 1); # Settings of libucw UnSet("CONFIG_SHARED"); UnSet("CONFIG_UCW_THREADS"); +UnSet("CONFIG_UCW_UTILS"); +UnSet("CONFIG_UCW_UTILS"); Set("CONFIG_LOCAL"); Set("CONFIG_DIR", "cf");