From: Adam Dickmeiss Date: Mon, 22 Oct 2007 12:50:52 +0000 (+0000) Subject: Fixed lalibs output for ICU mode. X-Git-Tag: YAZ.3.0.16~52 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=b80c29e05c84270159284f5b1297e38175cd63e0 Fixed lalibs output for ICU mode. --- 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"