From 83178ddb2e40a3c9dbde8b7b3e6cf5e8918da990 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Dec 2008 15:20:00 +0100 Subject: [PATCH] Missing icu lib in static mode for --libs --- yaz-config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yaz-config.in b/yaz-config.in index 9cd2b87..ad78247 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -107,6 +107,9 @@ if test "$yaz_echo_source" = "yes"; then if test "$lib_server" = "yes"; then YAZLIB="${yaz_build_root}/src/.libs/libyaz_server.a $YAZLIB" fi + if test "$lib_icu" = "yes"; then + YAZLIB="${yaz_build_root}/src/.libs/libyaz_icu.a $YAZLIB" + fi else YAZLIB="-L${yaz_build_root}/src/.libs $lyaz" fi -- 1.7.10.4