diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-08-24 14:04:10 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-08-24 14:04:58 +0200 |
commit | 4482fb31802be699aad9133a59a9699e87d4201b (patch) | |
tree | ee9b8b683d40314a38d541e72ee78e0e991fbcf8 /configure.in | |
parent | 43fe89ab340c3c8ff3197b35613495b7abebcfd6 (diff) |
Avoid ICU version confusion betwen build and host platform.
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 3 |
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 |