aboutsummaryrefslogtreecommitdiff
path: root/freetype/src/type42/t42drivr.h
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/src/type42/t42drivr.h')
-rw-r--r--freetype/src/type42/t42drivr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/freetype/src/type42/t42drivr.h b/freetype/src/type42/t42drivr.h
index 2aa6c59ab..a7d88b3ea 100644
--- a/freetype/src/type42/t42drivr.h
+++ b/freetype/src/type42/t42drivr.h
@@ -25,6 +25,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 ) t42_driver_class;