From 4482fb31802be699aad9133a59a9699e87d4201b Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 24 Aug 2011 14:04:10 +0200 Subject: Avoid ICU version confusion betwen build and host platform. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5e7790fc45e0..47758331e31b 100755 --- a/configure.in +++ b/configure.in @@ -5836,6 +5836,9 @@ AC_SUBST(SYSTEM_SANE_HEADER) dnl =================================================================== dnl Check for system icu dnl =================================================================== +ICU_MAJOR= +ICU_MINOR= +ICU_MICRO= AC_MSG_CHECKING([which icu to use]) if test -n "$with_system_icu" -o -n "$with_system_libs" && \ test "$with_system_icu" != "no"; then -- cgit