From: Bruno Haible Date: Mon, 21 May 2018 00:42:01 +0000 (+0200) Subject: wcwidth tests: Fix link error. X-Git-Tag: v1.0~5583 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=1193175efd58883626d2b8c454b57a9490538d61;p=gnulib.git wcwidth tests: Fix link error. * modules/wcwidth-tests (Makefile.am): Link test-wcwidth against $(LIBUNISTRING). --- 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)