Update to Unicode 5.2.0.
[pspp] / modules / unicase / u16-is-lowercase
index 62481a08a3442946860ad7ab6214434d0eaf034e..51b510bbf84dad3837ae5640400912b5a820e24f 100644 (file)
@@ -10,9 +10,12 @@ unicase/u16-is-invariant
 unicase/u16-tolower
 
 configure.ac:
-gl_LIBUNISTRING_LIBSOURCE([0.9.1], [unicase/u16-is-lowercase.c])
+gl_LIBUNISTRING_MODULE([0.9.4], [unicase/u16-is-lowercase])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICASE_U16_IS_LOWERCASE
+lib_SOURCES += unicase/u16-is-lowercase.c
+endif
 
 Include:
 "unicase.h"