* include/freetype/config/ftoption.h: Defining TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING by default is a bad idea since some fonts (e.g. Arial) produce worse results than without hinting. Reverted.
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index 21f2c9a..dbf532e 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -424,7 +424,7 @@ FT_BEGIN_HEADER
/* For this to work you must also define */
/* TT_CONFIG_OPTION_COMPILE_UNPATENTED_HINTING. */
/* */
-#define TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING
+#undef TT_CONFIG_OPTION_FORCE_UNPATENTED_HINTING
/*************************************************************************/