From: Adam Dickmeiss Date: Mon, 10 Sep 2007 16:05:48 +0000 (+0000) Subject: Do not depend on HAVE_ICU - because 1) we never want public headers to X-Git-Tag: PAZPAR2.1.0.3~12 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=cb781e350e31ca8a8682ea6eb05453b9da915d5a;p=pazpar2-moved-to-github.git Do not depend on HAVE_ICU - because 1) we never want public headers to become dependent on HAVE_-something. and 2) C code including icu_I18N.h checks becore inclusion. --- diff --git a/src/icu_I18N.h b/src/icu_I18N.h index 22d77af..27f7a3a 100644 --- a/src/icu_I18N.h +++ b/src/icu_I18N.h @@ -1,4 +1,4 @@ -/* $Id: icu_I18N.h,v 1.17 2007-05-25 13:27:21 marc Exp $ +/* $Id: icu_I18N.h,v 1.18 2007-09-10 16:05:48 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -22,8 +22,6 @@ #ifndef ICU_I18NL_H #define ICU_I18NL_H -#ifdef HAVE_ICU - #include #include @@ -283,5 +281,4 @@ const char * icu_chain_get_sort(struct icu_chain * chain); -#endif // HAVE_ICU #endif // ICU_I18NL_H