summaryrefslogtreecommitdiff
path: root/src/freetype2/gxvalid/gxvmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/freetype2/gxvalid/gxvmod.h')
-rw-r--r--src/freetype2/gxvalid/gxvmod.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/freetype2/gxvalid/gxvmod.h b/src/freetype2/gxvalid/gxvmod.h
index 466584e..d912a8f 100644
--- a/src/freetype2/gxvalid/gxvmod.h
+++ b/src/freetype2/gxvalid/gxvmod.h
@@ -34,6 +34,10 @@
FT_BEGIN_HEADER
+#ifdef FT_CONFIG_OPTION_PIC
+#error "this module does not support PIC yet"
+#endif
+
FT_EXPORT_VAR( const FT_Module_Class ) gxv_module_class;