Kaydet (Commit) 4482fb31 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Avoid ICU version confusion betwen build and host platform.

üst 43fe89ab
...@@ -5836,6 +5836,9 @@ AC_SUBST(SYSTEM_SANE_HEADER) ...@@ -5836,6 +5836,9 @@ AC_SUBST(SYSTEM_SANE_HEADER)
dnl =================================================================== dnl ===================================================================
dnl Check for system icu dnl Check for system icu
dnl =================================================================== dnl ===================================================================
ICU_MAJOR=
ICU_MINOR=
ICU_MICRO=
AC_MSG_CHECKING([which icu to use]) AC_MSG_CHECKING([which icu to use])
if test -n "$with_system_icu" -o -n "$with_system_libs" && \ if test -n "$with_system_icu" -o -n "$with_system_libs" && \
test "$with_system_icu" != "no"; then test "$with_system_icu" != "no"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment