From 3951d08d07944067bf5551a4afeaf6d02ab8f225 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 4 Sep 2022 01:14:18 +0200 Subject: Fix compilation errors of C++ tests on Solaris 10 with Sun C++. * modules/string-c++-tests (Makefile.am): Link test-string-c++ with $(LIBUNISTRING). * modules/wchar-c++-tests (Makefile.am): Link test-wchar-c++ with $(LIBUNISTRING). --- modules/string-c++-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/string-c++-tests') diff --git a/modules/string-c++-tests b/modules/string-c++-tests index bd813bd892..10d117fa90 100644 --- a/modules/string-c++-tests +++ b/modules/string-c++-tests @@ -16,5 +16,5 @@ if ANSICXX TESTS += test-string-c++ check_PROGRAMS += test-string-c++ test_string_c___SOURCES = test-string-c++.cc test-string-c++2.cc -test_string_c___LDADD = $(LDADD) $(LIBINTL) $(LIBTHREAD) +test_string_c___LDADD = $(LDADD) $(LIBUNISTRING) $(LIBINTL) $(LIBTHREAD) endif -- cgit v1.2.1