Add ChangeLog entries for recent commits.
[gnulib.git] / modules / unictype / property-decimal-digit
index 3d627a5..b4ac2e5 100644 (file)
@@ -10,12 +10,15 @@ Depends-on:
 unictype/base
 unictype/category-test
 unictype/category-Nd
-inline
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+gl_LIBUNISTRING_MODULE([0.9], [unictype/property-decimal-digit])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DECIMAL_DIGIT
 lib_SOURCES += unictype/pr_decimal_digit.c
+endif
 
 Include:
 "unictype.h"