]> mj.ucw.cz Git - libucw.git/commitdiff
Config: Removed reference to MAX_WORD_(BYTES|CHARS)
authorMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 18:52:21 +0000 (19:52 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Feb 2012 18:52:21 +0000 (19:52 +0100)
We do not ship Sherlock liblang any longer.

ucw/perl/UCW/Configure/LibUCW.pm

index 2f05e46b538293d9837a7c7861e3600b3ff61036..81c9459815cee200a796e43c06de599f3fd5f564 100644 (file)
@@ -73,7 +73,6 @@ PostConfig {
                        '^CONFIG_UCW_' => 1,
                        '^CPU_' => 1,
                        '^(SHERLOCK|UCW)_VERSION(_|$)' => 1,
-                       '^MAX_WORD_(BYTES|CHARS)$' => 1,
 
                ]);
        } if Get("CONFIG_INSTALL_API");