diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-12-16 00:53:32 +0200 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-12-16 00:53:32 +0200 |
commit | facc7ce4892eab4353fff0f45d2d3fd6be7d3e3d (patch) | |
tree | 2fcab0bd19af36dc31ca6be2642272382f5197da | |
parent | 257db35656d5bf9385080e1d173260f0076f849c (diff) |
build Type1 by default
Build Type1 by default, instead of needing to explicitly enable it.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 95a9b41..829a122 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ AC_SUBST(FREETYPE_LIBS) AC_SUBST(FREETYPE_CFLAGS) AC_SUBST(FREETYPE_REQUIRES) -AC_ARG_ENABLE(type1, [ --enable-type1 ], [XFONT_TYPE1=$enableval], [XFONT_TYPE1=no]) +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 |