From: Adam Dickmeiss Date: Thu, 8 Jan 2009 14:50:45 +0000 (+0100) Subject: Allow YAZ to use ICU 3.4 X-Git-Tag: v3.0.42~25 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=8526300b58a12ecbb6e48b320839e28e4460a925;ds=sidebyside Allow YAZ to use ICU 3.4 --- diff --git a/configure.ac b/configure.ac index 02ffbb9..db7ba90 100644 --- a/configure.ac +++ b/configure.ac @@ -367,7 +367,7 @@ fi dnl dnl -AC_CHECK_ICU([3.6],[ +AC_CHECK_ICU([3.4],[ if test "$xml_enabled" = "true"; then ICU_CPPFLAGS="$ICU_CPPFLAGS -D YAZ_HAVE_ICU=1" else