From 754ccc50d4238e10be1aef777c83b2f86935b99d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 25 Oct 2010 14:06:31 +0200 Subject: [PATCH] yaz-icu: mention libicu-dev; not old libicu36-dev --- util/yaz-icu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 1.7.10.4