From 647cc682d26eef914cc2b96589ce54df8fdc30cb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 28 Sep 2009 09:42:03 +0200 Subject: [PATCH] Change show version (-V) WRT ICU --- src/pazpar2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pazpar2.c b/src/pazpar2.c index 4ada8dd..c28a46a 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -59,7 +59,9 @@ static void show_version(void) printf("Configuration:"); #if YAZ_HAVE_ICU - printf(" icu:?"); + printf(" icu:enabled"); +#else + printf(" icu:disabled"); #endif printf(" yaz:%s", yaz_version_str); printf("\n"); -- 1.7.10.4