X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funictype%2Fproperty-ascii-hex-digit;h=363d87d42d4e6f7895179f41a0ead30d0dd45cf9;hb=208ed852acaa4e74b0af98980c4cb4e7cc195e5f;hp=1f2ae82f0cbea03aa4037caa7ee39c648147d576;hpb=5a6e55c1886acd86b0deaa9d1d343471f61d3ded;p=gnulib.git diff --git a/modules/unictype/property-ascii-hex-digit b/modules/unictype/property-ascii-hex-digit index 1f2ae82f0..363d87d42 100644 --- a/modules/unictype/property-ascii-hex-digit +++ b/modules/unictype/property-ascii-hex-digit @@ -8,12 +8,15 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) +gl_LIBUNISTRING_MODULE([0.9], [unictype/property-ascii-hex-digit]) Makefile.am: +if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_ASCII_HEX_DIGIT lib_SOURCES += unictype/pr_ascii_hex_digit.c +endif Include: "unictype.h"