From 8526300b58a12ecbb6e48b320839e28e4460a925 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Jan 2009 15:50:45 +0100 Subject: [PATCH 1/1] Allow YAZ to use ICU 3.4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4