summaryrefslogtreecommitdiff
path: root/Build/source/libs/harfbuzz/configure.ac
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-03-06 22:43:35 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2013-03-06 22:43:35 +0000
commitd623c14332c62516bd7dc9c32cda9a48c8f07dd9 (patch)
tree09192b43300dbc18cde5e2c3e32c18b768a117da /Build/source/libs/harfbuzz/configure.ac
parent2fb851202b1da73113b967586b130f59ee5491dd (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/libs/harfbuzz/configure.ac')
-rw-r--r--Build/source/libs/harfbuzz/configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/Build/source/libs/harfbuzz/configure.ac b/Build/source/libs/harfbuzz/configure.ac
index 2e8be55cd97..3a345c4df50 100644
--- a/Build/source/libs/harfbuzz/configure.ac
+++ b/Build/source/libs/harfbuzz/configure.ac
@@ -28,7 +28,6 @@ AC_PROG_LN_S
LT_INIT
-KPSE_FREETYPE2_FLAGS
KPSE_GRAPHITE2_FLAGS
KPSE_ICU_FLAGS
@@ -42,10 +41,6 @@ AM_CONDITIONAL([build], [test "x$enable_build" != xno])
if test "x$enable_build" != xno || test -f config.force; then
-KPSE_ADD_FLAGS([freetype2])
-AC_CHECK_FUNC([FT_Face_GetCharVariantIndex], , [AC_ERROR([FT_Face_GetCharVariantIndex() not found])])
-KPSE_RESTORE_FLAGS
-
echo timestamp >config.force
fi
@@ -53,9 +48,6 @@ if :; then
AC_DEFINE([HAVE_OT], 1, [Use native OpenType Layout backend])
AC_DEFINE([HAVE_ICU], 1, [Use ICU library])
AC_DEFINE([HAVE_GRAPHITE2], 1, [Use Graphite library])
- AC_DEFINE([HAVE_FREETYPE], 1, [Use FreeType 2 library])
- AC_DEFINE([HAVE_FT_FACE_GETCHARVARIANTINDEX], 1,
- [Define to 1 if you have the `FT_Face_GetCharVariantIndex' function.])
else
dnl add all these to config.h.in but do not define them in config.h
AC_DEFINE([HAVE_PTHREAD], 1, [Use POSIX threads])