From 56869e3e1a7502ea8d18146ef1d4de39f2433138 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 11 Feb 2012 19:52:21 +0100 Subject: [PATCH] Config: Removed reference to MAX_WORD_(BYTES|CHARS) We do not ship Sherlock liblang any longer. --- ucw/perl/UCW/Configure/LibUCW.pm | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.39.5