yaz-icu: mention libicu-dev; not old libicu36-dev
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 25 Oct 2010 12:06:31 +0000 (14:06 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 25 Oct 2010 12:06:49 +0000 (14:06 +0200)
util/yaz-icu.c

index 2e99037..10ff2fd 100644 (file)
@@ -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");