X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=yaz-config.in;h=bffcd94539faa26b6406802a5dd2fc7ebaf8f1ba;hb=46f58d56d118687435ef38ba4617f8d359c20d45;hp=f61d007a447f4988f1c3af85092d1ac919ed06fc;hpb=0402f8526787fc555058e44d8348b492c7b223a8;p=yaz-moved-to-github.git diff --git a/yaz-config.in b/yaz-config.in index f61d007..bffcd94 100644 --- a/yaz-config.in +++ b/yaz-config.in @@ -1,5 +1,7 @@ #!/bin/sh -# $Id: yaz-config.in,v 1.33 2008-01-16 11:30:51 adam Exp $ +# This file is part of the YAZ toolkit. +# Copyright (C) 1995-2008 Index Data + yazprefix=@prefix@ yaz_echo_cflags=no yaz_echo_libs=no @@ -29,7 +31,7 @@ Options: [--cflags] [--comp] Libraries: - threads + threads icu server EOF exit $1 } @@ -68,7 +70,7 @@ while test $# -gt 0; do lib_thread=yes ;; icu) - if test "$ICU_LIBS"; then + if test "$ICU_CPPFLAGS"; then lib_icu=yes fi ;;