diff options
author | Werner Lemberg <wl@gnu.org> | 2010-12-31 19:18:15 +0100 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2010-12-31 19:18:15 +0100 |
commit | 13a91639a503865e35a012c7f51e4ca6462635d2 (patch) | |
tree | 9bfde33ab912e7c2b5100f3ac2098d763fac2f3f | |
parent | fe42a65317d8aebc9f82334d4bd88f42f7c655c0 (diff) |
Enable bzip2 support for `make devel'.
-rw-r--r-- | devel/ftoption.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ftoption.h b/devel/ftoption.h index 24f72bc4..11a9bcf3 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -201,7 +201,7 @@ FT_BEGIN_HEADER /* */ /* Define this macro if you want to enable this `feature'. */ /* */ -/* #define FT_CONFIG_OPTION_USE_BZIP2 */ +#define FT_CONFIG_OPTION_USE_BZIP2 /*************************************************************************/ |