Kaydet (Commit) c8aa3d75 authored tarafından David Tardon's avatar David Tardon

mingw: use system icu tools when requested

üst aa1435b3
...@@ -7436,7 +7436,7 @@ if test "$with_system_icu" = "yes"; then ...@@ -7436,7 +7436,7 @@ if test "$with_system_icu" = "yes"; then
AC_MSG_ERROR([not suitable, only >= 4.0 supported currently]) AC_MSG_ERROR([not suitable, only >= 4.0 supported currently])
fi fi
if test "$cross_compiling" != "yes"; then if test "$cross_compiling" != "yes" -o "$with_system_icu_for_build" = "yes"; then
# using the system icu tools can lead to version confusion, use the # using the system icu tools can lead to version confusion, use the
# ones from the build environment when cross-compiling # ones from the build environment when cross-compiling
AC_PATH_PROG(SYSTEM_GENBRK, genbrk, [], [$PATH:/usr/sbin:/sbin]) AC_PATH_PROG(SYSTEM_GENBRK, genbrk, [], [$PATH:/usr/sbin:/sbin])
......
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