projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0811dba
)
Change show version (-V) WRT ICU
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 28 Sep 2009 07:42:03 +0000
(09:42 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 28 Sep 2009 07:42:03 +0000
(09:42 +0200)
src/pazpar2.c
patch
|
blob
|
history
diff --git
a/src/pazpar2.c
b/src/pazpar2.c
index
4ada8dd
..
c28a46a
100644
(file)
--- 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");