X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=yaz-config.in;h=ad78247e630d87ef48fd7dd50591869c1b6621b9;hp=9cd2b87cd00e697331b4552bdb6621f657d0f35d;hb=83178ddb2e40a3c9dbde8b7b3e6cf5e8918da990;hpb=edc84a7af5e2b8e3f937fae5fd894f1a0054a96c 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