realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / property-format-control
index 399d5ee28a7e6e61c2b98f2e6e3e4d5afc110609..977836b13fbc898a4368d4b5473657d9e117c65f 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.4], [unictype/property-format-control])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_FORMAT_CONTROL
 lib_SOURCES += unictype/pr_format_control.c
+endif
 
 Include:
 "unictype.h"