* src/sfnt/sfobjs.c (sfnt_open_font): Fix typo.
diff --git a/src/sfnt/sfobjs.c b/src/sfnt/sfobjs.c
index 233bdb4..7891024 100644
--- a/src/sfnt/sfobjs.c
+++ b/src/sfnt/sfobjs.c
@@ -370,7 +370,7 @@
face->ttc_header.version = 0;
face->ttc_header.count = 0;
-#if defined( FTCONFIG_OPTION_USE_ZLIB ) || \
+#if defined( FT_CONFIG_OPTION_USE_ZLIB ) || \
defined( FT_CONFIG_OPTION_USE_BROTLI )
retry:
#endif