From: Adam Dickmeiss Date: Mon, 25 Oct 2010 12:06:31 +0000 (+0200) Subject: yaz-icu: mention libicu-dev; not old libicu36-dev X-Git-Tag: v4.1.2~7 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=754ccc50d4238e10be1aef777c83b2f86935b99d yaz-icu: mention libicu-dev; not old libicu36-dev --- diff --git a/util/yaz-icu.c b/util/yaz-icu.c index 2e99037..10ff2fd 100644 --- a/util/yaz-icu.c +++ b/util/yaz-icu.c @@ -560,7 +560,7 @@ int main(int argc, char **argv) #else /* YAZ_HAVE_ICU */ printf("ICU not available on your system.\n" - "Please install libicu36-dev and icu-doc or similar, " + "Please install libicu-dev and icu-doc or similar, " "re-configure and re-compile\n");