This makes build break when harfbuz already installed .

for example , hb_shape_full function is supported only harfbuzz-20120607 version.
(harfbuzz 0.6 or 0.7 does not support this function)
but OT_SUPPORT define always turned on if harfbuzz installed.
 


SVN revision: 72372
This commit is contained in:
Jiyoun Park 2012-06-18 08:30:32 +00:00
parent b3c50c2407
commit bd102bf741
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# endif
# ifdef HAVE_HARFBUZZ
# define OT_SUPPORT
//# define OT_SUPPORT
# define USE_HARFBUZZ
# endif