Fixed lalibs output for ICU mode.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Oct 2007 12:50:52 +0000 (12:50 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Oct 2007 12:50:52 +0000 (12:50 +0000)
yaz-config.in

index 76b9152..5cbc6bc 100644 (file)
@@ -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"