]> Savannah Git Hosting - gnulib.git/commitdiff
locale C++ tests: Fix link error on AIX (regression from 2019-12-18).
authorBruno Haible <bruno@clisp.org>
Wed, 1 Jan 2020 15:53:26 +0000 (16:53 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 1 Jan 2020 15:53:26 +0000 (16:53 +0100)
* modules/locale-c++-tests (Makefile.am): Link test-locale-c++ with
$(LIB_SETLOCALE).

ChangeLog
modules/locale-c++-tests

index 0bde2392a8bb087c9dbd52cfdd13cb3e350955a7..88e602f6f6fe90162da499675b839e370401869a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-01-01  Bruno Haible  <bruno@clisp.org>
+
+       locale C++ tests: Fix link error on AIX (regression from 2019-12-18).
+       * modules/locale-c++-tests (Makefile.am): Link test-locale-c++ with
+       $(LIB_SETLOCALE).
+
 2020-01-01  Bruno Haible  <bruno@clisp.org>
 
        hard-locale tests: Fix a conflict with the C++ tests.
index 684402d60c360a44ec92aa1b2ca852ec5d4585af..1b6b7d9250f488a5bd79c3ba0277a216a6a4ea3c 100644 (file)
@@ -16,4 +16,5 @@ if ANSICXX
 TESTS += test-locale-c++
 check_PROGRAMS += test-locale-c++
 test_locale_c___SOURCES = test-locale-c++.cc test-locale-c++2.cc
+test_locale_c___LDADD = $(LDADD) $(LIB_SETLOCALE)
 endif