md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
[gnulib.git] / modules / unictype / property-bidi-whitespace
index e1201df..e21b33b 100644 (file)
@@ -8,13 +8,16 @@ lib/unictype/bitmap.h
 
 Depends-on:
 unictype/base
-unictype/bidicategory-of
+unictype/bidiclass-of
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])
-gl_LIBUNISTRING_LIBSOURCE([0.9], [unictype/pr_bidi_whitespace.c])
+gl_LIBUNISTRING_MODULE([0.9], [unictype/property-bidi-whitespace])
 
 Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_BIDI_WHITESPACE
+lib_SOURCES += unictype/pr_bidi_whitespace.c
+endif
 
 Include:
 "unictype.h"