From b80c29e05c84270159284f5b1297e38175cd63e0 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 Oct 2007 12:50:52 +0000 Subject: [PATCH] Fixed lalibs output for ICU mode. --- yaz-config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yaz-config.in b/yaz-config.in index 76b9152..5cbc6bc 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.31 2007-10-22 12:21:38 adam Exp $ +# $Id: yaz-config.in,v 1.32 2007-10-22 12:50:52 adam Exp $ yazprefix=@prefix@ yaz_echo_cflags=no yaz_echo_libs=no @@ -112,6 +112,9 @@ if test "$yaz_echo_source" = "yes"; then if test "$lib_server" = "yes"; then YAZLALIB="${yaz_build_root}/src/libyaz_server.la $YAZLALIB" fi + if test "$lib_icu" = "yes"; then + YAZLALIB="${yaz_build_root}/src/libyaz_icu.la $YAZLALIB" + fi YAZLALIB="$YAZLALIB $yazextralibs" YAZINC="-I${yaz_src_root}/include $YAZINC" -- 1.7.10.4