Commit 13a91639a503865e35a012c7f51e4ca6462635d2

Werner Lemberg 2010-12-31T19:18:15

Enable bzip2 support for `make devel'.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/devel/ftoption.h b/devel/ftoption.h
index 24f72bc..11a9bcf 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
 
 
   /*************************************************************************/