Only use yaz_icu_iter_t if ICU is enabled for YAZ
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Mar 2010 19:00:31 +0000 (20:00 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 22 Mar 2010 19:00:31 +0000 (20:00 +0100)
src/charsets.c

index 380b213..f867b6f 100644 (file)
@@ -66,7 +66,9 @@ struct pp2_relevance_token_s {
     pp2_charset_t pct;  /* our main charset handle (type+config) */
     WRBUF norm_str;     /* normized string we return (temporarily) */
     WRBUF sort_str;     /* sort string we return (temporarily) */
+#if YAZ_HAVE_ICU
     yaz_icu_iter_t iter;
+#endif
 };