summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2022-05-04 10:45:16 +0100
committerChris Liddell <chris.liddell@artifex.com>2022-05-05 16:06:03 +0100
commitdb9a7ae594cce27232b27b802e97cfb6273fd2f0 (patch)
treeb629ce759821c7aa9fa84f9e0634448aa29aeb8b /configure.ac
parentdaff44df763441a772719054746c685c70aa9c1a (diff)
downloadghostpdl-db9a7ae594cce27232b27b802e97cfb6273fd2f0.tar.gz
Update freetype to 2.12.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index bf55a8952..e10346230 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1416,17 +1416,6 @@ if test -z "$SHARE_ZLIB"; then
])
fi
-dnl if GS is to use the system zlib, freetype
-dnl should do the same
-FT_SYS_ZLIB=""
-if test x$FT_BRIDGE != x0; then
- if test xx$SHARE_FT != x1; then
- if test x$SHARE_ZLIB != x0; then
- FT_SYS_ZLIB="-DFT_CONFIG_OPTION_SYSTEM_ZLIB"
- fi
- fi
-fi
-
AC_SUBST(SHARE_ZLIB)
AC_SUBST(AUX_SHARED_ZLIB)
AC_SUBST(ZLIBCFLAGS)