X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fstemmer.c;h=b544ebc2cf023abcb3a8b0386d5c966ab493347c;hp=5cb3267980979f1d20e77f3aed9a8631d76d9c5f;hb=9e04bbdbec82ea6f5795dc2d16bd9876ecc7762f;hpb=e1ad0cf93484f86cbdcd53c73219eef124332dfc diff --git a/src/stemmer.c b/src/stemmer.c index 5cb3267..b544ebc 100644 --- a/src/stemmer.c +++ b/src/stemmer.c @@ -1,5 +1,12 @@ +#if HAVE_CONFIG_H +#include "config.h" +#endif + +#if YAZ_HAVE_ICU + +#include #include @@ -31,3 +38,4 @@ void yaz_stemmer_destroy(yaz_stemmer_p stemmer) { } +#endif /* YAZ_HAVE_ICU */