From: Martin Mares Date: Sat, 11 Feb 2012 18:52:21 +0000 (+0100) Subject: Config: Removed reference to MAX_WORD_(BYTES|CHARS) X-Git-Tag: v5.0~54 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=56869e3e1a7502ea8d18146ef1d4de39f2433138;p=libucw.git Config: Removed reference to MAX_WORD_(BYTES|CHARS) We do not ship Sherlock liblang any longer. --- diff --git a/ucw/perl/UCW/Configure/LibUCW.pm b/ucw/perl/UCW/Configure/LibUCW.pm index 2f05e46b..81c94598 100644 --- a/ucw/perl/UCW/Configure/LibUCW.pm +++ b/ucw/perl/UCW/Configure/LibUCW.pm @@ -73,7 +73,6 @@ PostConfig { '^CONFIG_UCW_' => 1, '^CPU_' => 1, '^(SHERLOCK|UCW)_VERSION(_|$)' => 1, - '^MAX_WORD_(BYTES|CHARS)$' => 1, ]); } if Get("CONFIG_INSTALL_API");