diff options
author | Eike Rathke <erack@redhat.com> | 2012-04-02 22:24:00 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-04-03 00:15:30 +0200 |
commit | 43084e8b30c101a44510b7a8267d5c2b316a17bb (patch) | |
tree | ea6810804a963c35683c5e16cf0fe02f1d15d0bf /config_host.mk.in | |
parent | 9ef0b8e3aa2137af67624dbd757fe464e44202ed (diff) |
only as of ICU 4.9 RBBI the Prepend property is empty
This reverts 0c08a84c04b166ab6479716e2c33cd444d7e3dbe and instead strips the
Prepend variable during build time.
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index ed5f6df3ced1..0e896d880794 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -208,6 +208,7 @@ 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 ICU_RECLASSIFIED_PREPEND_SET_EMPTY=@ICU_RECLASSIFIED_PREPEND_SET_EMPTY@ export ILIB=@ILIB@ @x_Cygwin@ export INCLUDE= export INPATH=@INPATH@ |