Hash : aca44006 Author : Date : 2025-02-24T08:07:40
strerror_l tests: Fix link error. * modules/strerror_l-tests (Makefile.am): Link the test program with LIBINTL.
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Files: tests/test-strerror_l.c tests/signature.h tests/macros.h Depends-on: newlocale freelocale xalloc configure.ac: Makefile.am: TESTS += test-strerror_l check_PROGRAMS += test-strerror_l test_strerror_l_LDADD = $(LDADD) @LIBINTL@ $(GETLOCALENAME_L_LIB)