realloc-*: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / unictype / syntax-c-ident
index 2c60d9fb056d47cecb6f6644d6334d30270276a5..05bac915cea028878c8b25d2de072f562282dcd4 100644 (file)
@@ -8,12 +8,15 @@ lib/unictype/identsyntaxmap.h
 
 Depends-on:
 unictype/base
-inline
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+gl_LIBUNISTRING_MODULE([0.9], [unictype/syntax-c-ident])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_C_IDENT
 lib_SOURCES += unictype/sy_c_ident.c
+endif
 
 Include:
 "unictype.h"