realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / property-decimal-digit
index 3d627a59310c7d0c33c253877db5b9aef3dc4338..57d591f3263a246d9acec7761ffe548ddba84356 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.4], [unictype/property-decimal-digit])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DECIMAL_DIGIT
 lib_SOURCES += unictype/pr_decimal_digit.c
+endif
 
 Include:
 "unictype.h"