summaryrefslogtreecommitdiff
path: root/modules/posix_spawn_file_actions_addfchdir-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-05-09 04:19:48 +0200
committerBruno Haible <bruno@clisp.org>2021-05-09 04:19:48 +0200
commit4e1475874cc6c65763fe8f26ac6b10ae7198f7bb (patch)
tree3885ea7c95fbb9204319559a4a98a5c39fb40cde /modules/posix_spawn_file_actions_addfchdir-tests
parent7cc8d8aa0db12119d6d88af430238c24361afc4e (diff)
downloadgnulib-4e1475874cc6c65763fe8f26ac6b10ae7198f7bb.tar.gz
Fix build error when libintl is installed.
* modules/posix_spawn_file_actions_addchdir-tests (Makefile.am): Link test-posix_spawn-chdir with libintl. * modules/posix_spawn_file_actions_addfchdir-tests (Makefile.am): Link test-posix_spawn-fchdir with libintl.
Diffstat (limited to 'modules/posix_spawn_file_actions_addfchdir-tests')
-rw-r--r--modules/posix_spawn_file_actions_addfchdir-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/posix_spawn_file_actions_addfchdir-tests b/modules/posix_spawn_file_actions_addfchdir-tests
index 2f09934802..789a85d2e8 100644
--- a/modules/posix_spawn_file_actions_addfchdir-tests
+++ b/modules/posix_spawn_file_actions_addfchdir-tests
@@ -27,4 +27,5 @@ check_PROGRAMS += test-posix_spawn_file_actions_addfchdir
if POSIX_SPAWN_PORTED
TESTS += test-posix_spawn-fchdir
check_PROGRAMS += test-posix_spawn-fchdir
+test_posix_spawn_fchdir_LDADD = $(LDADD) @LIBINTL@
endif