summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-02 06:19:50 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-01-02 06:21:01 -0600
commit77b7bd9b3604970fb3ef396edd27a35f2e4690ae (patch)
treefd48e49cc2ad990944d93ed3ae7708502e262af3 /config_host.mk.in
parent59f3098eec1a82bf5f711bf032d5f2888e2c9d44 (diff)
ICU relying on undef is not viable in cross-compile scenario
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 7c5ada77ec06..061a07d0c464 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -155,9 +155,9 @@ export HUNSPELL_CFLAGS="@HUNSPELL_CFLAGS@"
export HUNSPELL_LIBS="@HUNSPELL_LIBS@"
export HYPHEN_LIB="@HYPHEN_LIB@"
export HYPH_SYSTEM_DIR="@HYPH_SYSTEM_DIR@"
-@x_ICU@ export ICU_MAJOR="@ICU_MAJOR@"
-@x_ICU@ export ICU_MICRO="@ICU_MICRO@"
-@x_ICU@ export ICU_MINOR="@ICU_MINOR@"
+export ICU_MAJOR="@ICU_MAJOR@"
+export ICU_MICRO="@ICU_MICRO@"
+export ICU_MINOR="@ICU_MINOR@"
export ICU_RECLASSIFIED_CLOSE_PARENTHESIS="@ICU_RECLASSIFIED_CLOSE_PARENTHESIS@"
export INPATH="@INPATH@"
export INPATH_FOR_BUILD="@INPATH_FOR_BUILD@"