Rename module 'memxfrm' to 'amemxfrm'.
[pspp] / modules / uninorm / nfkc
index ae31ad19e567ee473afc66e5c7769e9059d1d24e..136a2321a3b47160fa9209b2681e21ccca70a78e 100644 (file)
@@ -9,11 +9,15 @@ Depends-on:
 uninorm/base
 uninorm/compat-decomposition
 uninorm/composition
+uninorm/nfkd
 
 configure.ac:
+gl_LIBUNISTRING_MODULE([0.9], [uninorm/nfkc])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNINORM_NFKC
 lib_SOURCES += uninorm/nfkc.c
+endif
 
 Include:
 "uninorm.h"