summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-01-20 01:13:08 -0500
committerAdam Jackson <ajax@redhat.com>2009-01-20 01:13:08 -0500
commit1247f01ee36f80222e30c1678f940329aadb8335 (patch)
tree3abe9c8bc9088236f69cfa695a1e8b4229c83053 /configure.ac
parent85b66b8a7f3095f10437c8ecb3dcbfe68c9cfced (diff)
Delete Type1
Yes, these are still real fonts, but freetype can handle them just fine.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 5158c4e..fbb7c4a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,6 @@ XFONT_FONTFILE=no
#
# Scalable fonts in files:
# FreeType
-# IBM Type1 rasterizer
# Bitstream Speedo rasterizer
#
AC_ARG_ENABLE(freetype, [ --disable-freetype],[XFONT_FREETYPE=$enableval],[XFONT_FREETYPE=yes])
@@ -107,13 +106,6 @@ AC_SUBST(FREETYPE_LIBS)
AC_SUBST(FREETYPE_CFLAGS)
AC_SUBST(FREETYPE_REQUIRES)
-AC_ARG_ENABLE(type1, [ --enable-type1 ], [XFONT_TYPE1=$enableval], [XFONT_TYPE1=yes])
-if test "x$XFONT_TYPE1" = xyes; then
- AC_DEFINE(XFONT_TYPE1,1,[Support IBM Type 1 rasterizer for Type1 font files])
- XFONT_FONTFILE=yes
-fi
-AM_CONDITIONAL(XFONT_TYPE1, [test "x$XFONT_TYPE1" = xyes ])
-
#
# Bitmap fonts in files:
# Builtins (gzipped pcf format in .text segment)
@@ -229,7 +221,6 @@ AC_OUTPUT([Makefile
src/FreeType/Makefile
src/builtins/Makefile
src/bitmap/Makefile
- src/Type1/Makefile
src/fc/Makefile
src/util/Makefile
src/stubs/Makefile