]> mj.ucw.cz Git - libucw.git/commitdiff
Rename CONFIG_LANG to CONFIG_LIBLANG
authorMichal Vaner <vorner@ucw.cz>
Tue, 16 Dec 2008 13:39:51 +0000 (14:39 +0100)
committerMichal Vaner <vorner@ucw.cz>
Tue, 16 Dec 2008 13:55:30 +0000 (14:55 +0100)
The switch used to enable compilation of liblang was colliding with one
of older switches to enable some of its functionality.

free/libs/default.cfg
free/libs/examples/internal/default.cfg

index 51e973f84317ce52e0685087a4137ab4768acf74..be9f0a3b3ec6e20e6316a838c99810a7a96a1e9b 100644 (file)
@@ -23,7 +23,7 @@ if(!IsSet("CONFIG_UCW_ONLY")) {
 
        if(!IsGiven("CONFIG_CHARSET") || IsSet("CONFIG_CHARSET")) {
                # Liblang settings
-               Set("CONFIG_LANG");
+               Set("CONFIG_LIBLANG");
                Set("MAX_WORD_CHARS" => 64);
                Set("MAX_WORD_BYTES" => 192);
        }
index 238486b5b8fa20e7e5abcfa58a23b6963cbaac11..a133ba26beb064780d3152b3970e4ed0ef06fea0 100644 (file)
@@ -7,6 +7,7 @@ Set("CONFIG_LOCAL");
 Set("CONFIG_SHARED");
 
 # Liblang settings
+Set("CONFIG_LIBLANG");
 Set("CONFIG_LANG");
 Set("MAX_WORD_CHARS" => 64);
 Set("MAX_WORD_BYTES" => 192);