From: Adam Dickmeiss Date: Mon, 28 Sep 2009 07:42:03 +0000 (+0200) Subject: Change show version (-V) WRT ICU X-Git-Tag: v1.2.1~9^2~12 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=647cc682d26eef914cc2b96589ce54df8fdc30cb;p=pazpar2-moved-to-github.git Change show version (-V) WRT ICU --- 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");