diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-16 14:10:44 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-16 14:24:35 +0200 |
commit | 5970aad9c63e541071594242037a815da652ca3c (patch) | |
tree | 7cefd62b6b1290a0552f3166becfb1cc899ec341 /config_host.mk.in | |
parent | 8505ebd08da214dea6ff35c13bb2fbbfada4d489 (diff) |
move copy/pasted ICU_CFLAGS/ICU_LIBS to configure
Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 1b7ee43f32d2..fa858770ef3e 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -236,6 +236,8 @@ export HUNSPELL_LIBS=$(gb_SPACE)@HUNSPELL_LIBS@ export HYPHEN_LIB=$(gb_SPACE)@HYPHEN_LIB@ export HYPH_SYSTEM_DIR=@HYPH_SYSTEM_DIR@ export ICECREAM_RUN=@ICECREAM_RUN@ +export ICU_CFLAGS=$(gb_SPACE)@ICU_CFLAGS@ +export ICU_LIBS=$(gb_SPACE)@ICU_LIBS@ export ICU_MAJOR=@ICU_MAJOR@ export ICU_MINOR=@ICU_MINOR@ export ICU_RECLASSIFIED_CLOSE_PARENTHESIS=@ICU_RECLASSIFIED_CLOSE_PARENTHESIS@ |