summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/configure.ac
diff options
context:
space:
mode:
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