X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fkmp-test.c;h=038c6e751c2cfa230383fb7de448acf103313e07;hb=25541ea3bb96e9f143f0e23f8ac5b432f2f6f47a;hp=cb18d03229234f6db7ffe44f24cb491eeeaf0633;hpb=c6f45f4cd34d2197fdf627a4c974c2ce6f863d17;p=libucw.git diff --git a/ucw/kmp-test.c b/ucw/kmp-test.c index cb18d032..038c6e75 100644 --- a/ucw/kmp-test.c +++ b/ucw/kmp-test.c @@ -50,7 +50,7 @@ test1(void) kmp1_cleanup(&kmp); } -#ifndef CONFIG_UCW_ONLY /* This one depends on LIBCHARSET */ +#ifdef CONFIG_CHARSET /* This one depends on libcharset */ /* TEST2 - various tracing */ @@ -203,7 +203,7 @@ int main(void) { test1(); -#ifndef CONFIG_UCW_ONLY +#ifdef CONFIG_CHARSET test2(); #endif test3();