aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/type1/t1driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/type1/t1driver.h')
-rw-r--r--freetype/src/type1/t1driver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/freetype/src/type1/t1driver.h b/freetype/src/type1/t1driver.h
index 8c8217cfd..7b2d49539 100644
--- a/freetype/src/type1/t1driver.h
+++ b/freetype/src/type1/t1driver.h
@@ -26,6 +26,10 @@
FT_BEGIN_HEADER
+#ifdef FT_CONFIG_OPTION_PIC
+#error "this module does not support PIC yet"
+#endif
+
FT_EXPORT_VAR( const FT_Driver_ClassRec ) t1_driver_class;