summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-24 14:04:10 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-24 14:04:58 +0200
commit4482fb31802be699aad9133a59a9699e87d4201b (patch)
treeee9b8b683d40314a38d541e72ee78e0e991fbcf8 /configure.in
parent43fe89ab340c3c8ff3197b35613495b7abebcfd6 (diff)
Avoid ICU version confusion betwen build and host platform.
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in3
1 files changed, 3 insertions, 0 deletions
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