summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-18 13:26:27 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-18 21:23:41 +0100
commitc8aa3d756341b330051ed4a096a5bd28b67c19f4 (patch)
tree6822d94d26a3827bf69399b3b2e4923110be18c0 /configure.in
parentaa1435b3c5afdef2c41585b5f2da243f0e8f7e25 (diff)
mingw: use system icu tools when requested
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 81f2f9fd4ce5..d194e86ded76 100644
--- a/configure.in
+++ b/configure.in
@@ -7436,7 +7436,7 @@ if test "$with_system_icu" = "yes"; then
AC_MSG_ERROR([not suitable, only >= 4.0 supported currently])
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
# ones from the build environment when cross-compiling
AC_PATH_PROG(SYSTEM_GENBRK, genbrk, [], [$PATH:/usr/sbin:/sbin])