diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-06 22:43:35 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-06 22:43:35 +0000 |
commit | d623c14332c62516bd7dc9c32cda9a48c8f07dd9 (patch) | |
tree | 09192b43300dbc18cde5e2c3e32c18b768a117da /Build/source/m4 | |
parent | 2fb851202b1da73113b967586b130f59ee5491dd (diff) |
hb-ft.{cc,h} no longer used
git-svn-id: svn://tug.org/texlive/trunk@29300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4')
-rw-r--r-- | Build/source/m4/kpse-harfbuzz-flags.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/m4/kpse-harfbuzz-flags.m4 b/Build/source/m4/kpse-harfbuzz-flags.m4 index b51690d8ee6..b85a904b92d 100644 --- a/Build/source/m4/kpse-harfbuzz-flags.m4 +++ b/Build/source/m4/kpse-harfbuzz-flags.m4 @@ -12,8 +12,7 @@ # Set the make variables HARFBUZZ_INCLUDES and HARFBUZZ_LIBS to the CPPFLAGS and # LIBS required for the `-lharfbuzz' library in libs/harfbuzz/ of the TL tree. AC_DEFUN([KPSE_HARFBUZZ_FLAGS], -[AC_REQUIRE([KPSE_FREETYPE2_FLAGS])[]dnl -AC_REQUIRE([KPSE_GRAPHITE2_FLAGS])[]dnl +[AC_REQUIRE([KPSE_GRAPHITE2_FLAGS])[]dnl AC_REQUIRE([KPSE_ICU_FLAGS])[]dnl _KPSE_LIB_FLAGS([harfbuzz], [harfbuzz], [], [-IBLD/libs/harfbuzz/include], [BLD/libs/harfbuzz/libharfbuzz.a], [], |