realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / ctype-cntrl
index 764d063b0b30c78028cbfb5aeb6474d2e9a26eb7..6b9d31948d7f27b86873299f5c27f7042d16b2ca 100644 (file)
@@ -9,12 +9,15 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-inline
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+gl_LIBUNISTRING_MODULE([0.9], [unictype/ctype-cntrl])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_CNTRL
 lib_SOURCES += unictype/ctype_cntrl.c
+endif
 
 Include:
 "unictype.h"