From 13a91639a503865e35a012c7f51e4ca6462635d2 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 31 Dec 2010 19:18:15 +0100 Subject: [PATCH] Enable bzip2 support for `make devel'. --- devel/ftoption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/ftoption.h b/devel/ftoption.h index 24f72bc41..11a9bcf32 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 /*************************************************************************/