Update to Unicode 5.2.0.
[pspp] / modules / unictype / category-of
index a3c3238e56843519aeb3e12d6dab327cb1a9b6b6..9d4d37305483178b3c23a0507cf7eb4387bd7ac9 100644 (file)
@@ -11,9 +11,12 @@ unictype/category-none
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/categ_of.c])
+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"