summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/configure.ac
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2018-08-16 00:30:02 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2018-08-16 00:30:02 +0000
commitde03c5e924225ce4939674db845e8752006604b8 (patch)
treee6f9a39e05c546813eaf190c5c9e39684e59f714 /Build/source/libs/graphite2/configure.ac
parent85d218211e4fa3ff701221f15c1e4e475fe94793 (diff)
graphite2 1.3.12
git-svn-id: svn://tug.org/texlive/trunk@48409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite2/configure.ac')
-rw-r--r--Build/source/libs/graphite2/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/Build/source/libs/graphite2/configure.ac b/Build/source/libs/graphite2/configure.ac
index 3a3a3af20ed..9ac58f8bb87 100644
--- a/Build/source/libs/graphite2/configure.ac
+++ b/Build/source/libs/graphite2/configure.ac
@@ -26,13 +26,6 @@ AM_CONDITIONAL([build], [test "x$enable_build" != xno])
AM_CONDITIONAL([DIRECT_TYPE], [test "x$GCC" = xyes])
-enable_segcache=no
-AM_CONDITIONAL([WITH_SEGCACHE], [test "x$enable_segcache" != xno])
-if test "x$enable_segcache" = no; then
- AC_DEFINE([GRAPHITE2_NSEGCACHE], 1,
- [Define to 1 to disable segcache support.])
-fi
-
enable_fileface=yes
AM_CONDITIONAL([WITH_FILEFACE], [test "x$enable_fileface" != xno])
if test "x$enable_fileface" = no; then