realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / property-ignorable-control
index 22912695044155ea2af9863dcd96ee8a4ba0e66d..39470c4d7662386ee31b6c393f9b46d16fd022d1 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-ignorable-control])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_IGNORABLE_CONTROL
 lib_SOURCES += unictype/pr_ignorable_control.c
+endif
 
 Include:
 "unictype.h"