From: Martin Mares Date: Wed, 13 Apr 2005 20:47:37 +0000 (+0000) Subject: Fixed a typo. X-Git-Tag: holmes-import~791 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=82ee5d1b8dd2ea49ccf4163fe28dde55b2c8c128;p=libucw.git Fixed a typo. --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 484eaf44..7f932ea6 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -142,7 +142,7 @@ Set("DEFAULT_CONFIG" => "cf/sherlock"); # Configuration of parts of the UCW library Set("CONFIG_UCW_PERL" => 1); -Set("CONFIG_SHELL_UTILS" => 1); +Set("CONFIG_UCW_SHELL_UTILS" => 1); # Configuration of the language library Set("CONFIG_LANG_DETECT" => 1);