summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-10-03 14:12:54 +0200
committerJan Holesovsky <kendy@suse.cz>2011-10-03 14:12:54 +0200
commit50369f941e73d4e62d9e8f143729964a89b53ab6 (patch)
tree7ad42809d31b565fa4942643f9908a4dd8641b41 /configure.in
parentFix the build / host confusion around icu tools. (diff)
downloadcore-50369f941e73d4e62d9e8f143729964a89b53ab6.tar.gz
core-50369f941e73d4e62d9e8f143729964a89b53ab6.zip
Improve readability (oneline).
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 268641feb1a4..f05a9bd42d28 100644
--- a/configure.in
+++ b/configure.in
@@ -6043,6 +6043,7 @@ if test -n "$with_system_icu" -o -n "$with_system_libs" && \
AC_MSG_CHECKING([for unicode/rbbi.h])
AC_PREPROC_IFELSE([AC_LANG_SOURCE([[unicode/rbbi.h]])],[AC_MSG_RESULT(checked.)],[AC_MSG_ERROR(icu headers not found.)])
AC_LANG_POP([C++])
+
ICUPATH="$PATH"
if test "$WITH_MINGW" = "yes" ; then
ICUPATH="/usr/i686-w64-mingw32/sys-root/mingw/bin:$ICUPATH"