realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / property-hex-digit
index 3f256d0334c70496cf784e81974fded7b3707519..b4d244db348295124f212206e6ea74625a6aa8ca 100644 (file)
@@ -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-hex-digit])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_HEX_DIGIT
 lib_SOURCES += unictype/pr_hex_digit.c
+endif
 
 Include:
 "unictype.h"