summaryrefslogtreecommitdiff
path: root/src/base/ftobjs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/ftobjs.c')
-rw-r--r--src/base/ftobjs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/base/ftobjs.c b/src/base/ftobjs.c
index c26585504..7a78357e1 100644
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -4679,6 +4679,8 @@
}
+#ifdef FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES
+
/* this variant is used for handling the FREETYPE_PROPERTIES */
/* environment variable */
@@ -4696,6 +4698,8 @@
TRUE );
}
+#endif
+
/*************************************************************************/
/*************************************************************************/