Change show version (-V) WRT ICU
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Sep 2009 07:42:03 +0000 (09:42 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Sep 2009 07:42:03 +0000 (09:42 +0200)
src/pazpar2.c

index 4ada8dd..c28a46a 100644 (file)
@@ -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");