From: Adam Dickmeiss Date: Thu, 17 Jan 2008 13:56:18 +0000 (+0000) Subject: Using YAZ_HAVE_ICU rather than HAVE_ICU. X-Git-Tag: ZEBRA.2.0.24~11 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=84858894e246ed2b2701098187f841efa7b7b53d Using YAZ_HAVE_ICU rather than HAVE_ICU. --- diff --git a/index/zebraidx.c b/index/zebraidx.c index dd915f8..f6a84ef 100644 --- a/index/zebraidx.c +++ b/index/zebraidx.c @@ -1,4 +1,4 @@ -/* $Id: zebraidx.c,v 1.11 2007-12-20 11:15:43 adam Exp $ +/* $Id: zebraidx.c,v 1.12 2008-01-17 13:56:18 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #endif -#if HAVE_ICU +#if YAZ_HAVE_ICU #include #endif #include @@ -250,7 +250,7 @@ int main(int argc, char **argv) printf("Configured as: %s\n", sys_str); if (strcmp(version_str, ZEBRAVER)) printf("zebraidx compiled version %s\n", ZEBRAVER); -#if HAVE_ICU +#if YAZ_HAVE_ICU printf("Using ICU\n"); #endif }