chown: Update doc regarding AIX.
[gnulib.git] / modules / unictype / ctype-upper
index 41a8cf9..e277d62 100644 (file)
@@ -12,9 +12,12 @@ unictype/base
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/ctype_upper.c])
+gl_LIBUNISTRING_MODULE([0.9], [unictype/ctype-upper])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_CTYPE_UPPER
+lib_SOURCES += unictype/ctype_upper.c
+endif
 
 Include:
 "unictype.h"