sys_utsname: Add support for Minix.
[gnulib.git] / modules / unicase / toupper
index 7b669a1..128db78 100644 (file)
@@ -10,9 +10,12 @@ Depends-on:
 unicase/base
 
 configure.ac:
+gl_LIBUNISTRING_MODULE([0.9.4], [unicase/toupper])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICASE_TOUPPER
 lib_SOURCES += unicase/toupper.c
+endif
 
 Include:
 "unicase.h"