diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-10-19 21:35:02 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2018-10-19 21:35:02 +0000 |
commit | e9127cfd99715a8923cf1c4236ff0add5c00d2af (patch) | |
tree | a7a5cbc1d2e91335986d6a96eca44f880d790d09 /Build/source/libs/harfbuzz/configure | |
parent | 501acd92a2153c7e76f9b5a42fafaa2b3a8370e5 (diff) |
Set HAVE_ICU_BUILTIN when building HarfBuzz (Khaled Hosny)
git-svn-id: svn://tug.org/texlive/trunk@48947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/configure')
-rwxr-xr-x | Build/source/libs/harfbuzz/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/configure b/Build/source/libs/harfbuzz/configure index 04479097c61..75485dc763b 100755 --- a/Build/source/libs/harfbuzz/configure +++ b/Build/source/libs/harfbuzz/configure @@ -7545,6 +7545,9 @@ $as_echo "#define HAVE_OT 1" >>confdefs.h $as_echo "#define HAVE_ICU 1" >>confdefs.h +$as_echo "#define HAVE_ICU_BUILTIN 1" >>confdefs.h + + $as_echo "#define HAVE_GRAPHITE2 1" >>confdefs.h else |