Update to Unicode 5.2.0.
[pspp] / modules / unictype / category-of
index d58947aac7e13792098acf09b45a5a8c8d7555f5..9d4d37305483178b3c23a0507cf7eb4387bd7ac9 100644 (file)
@@ -7,12 +7,16 @@ lib/unictype/categ_of.h
 
 Depends-on:
 unictype/base
-inline
+unictype/category-none
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/category-of])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF
 lib_SOURCES += unictype/categ_of.c
+endif
 
 Include:
 "unictype.h"