summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--modules/wcwidth-tests1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d2e4d93e5..cac247c1e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2018-05-20 Bruno Haible <bruno@clisp.org>
+ wcwidth tests: Fix link error.
+ * modules/wcwidth-tests (Makefile.am): Link test-wcwidth against
+ $(LIBUNISTRING).
+
+2018-05-20 Bruno Haible <bruno@clisp.org>
+
regex: Fix "error: possibly undefined macro: gl_GLIBC21".
* modules/regex (Files): Add m4/glibc21.m4.
diff --git a/modules/wcwidth-tests b/modules/wcwidth-tests
index 34ddc2c62d..9606674b90 100644
--- a/modules/wcwidth-tests
+++ b/modules/wcwidth-tests
@@ -12,3 +12,4 @@ configure.ac:
Makefile.am:
TESTS += test-wcwidth
check_PROGRAMS += test-wcwidth
+test_wcwidth_LDADD = $(LDADD) $(LIBUNISTRING)