X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funictype%2Fproperty-decimal-digit;h=b4ac2e5857078f0b766d87dd7783b81928139155;hb=0af2227383df6c060f2b719882474cf8e1dd7431;hp=3d627a59310c7d0c33c253877db5b9aef3dc4338;hpb=5a6e55c1886acd86b0deaa9d1d343471f61d3ded;p=gnulib.git diff --git a/modules/unictype/property-decimal-digit b/modules/unictype/property-decimal-digit index 3d627a593..b4ac2e585 100644 --- a/modules/unictype/property-decimal-digit +++ b/modules/unictype/property-decimal-digit @@ -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"