Update to Unicode 5.2.0.
[pspp] / modules / unicase / tolower
index e28ee496d62ef0426f882e63350c0cc472de029d..870a8a05e4c80d9a539d4b49f13fba9094ff0f9a 100644 (file)
@@ -10,9 +10,12 @@ Depends-on:
 unicase/base
 
 configure.ac:
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unicase/tolower.c])
+gl_LIBUNISTRING_MODULE([0.9.4], [unicase/tolower])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICASE_TOLOWER
+lib_SOURCES += unicase/tolower.c
+endif
 
 Include:
 "unicase.h"