From 1193175efd58883626d2b8c454b57a9490538d61 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 21 May 2018 02:42:01 +0200 Subject: [PATCH] wcwidth tests: Fix link error. * modules/wcwidth-tests (Makefile.am): Link test-wcwidth against $(LIBUNISTRING). --- ChangeLog | 6 ++++++ modules/wcwidth-tests | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2d2e4d93e5..cac247c1e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-05-20 Bruno Haible + + wcwidth tests: Fix link error. + * modules/wcwidth-tests (Makefile.am): Link test-wcwidth against + $(LIBUNISTRING). + 2018-05-20 Bruno Haible regex: Fix "error: possibly undefined macro: gl_GLIBC21". 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) -- 2.39.5