Avoid errors from posix_spawn on platforms where it is not yet ported to.
[gnulib.git] / modules / getdate-tests
index 4b5e344..afacd09 100644 (file)
@@ -2,10 +2,11 @@ Files:
 tests/test-getdate.c
 
 Depends-on:
+progname
 
 configure.ac:
 
 Makefile.am:
 TESTS += test-getdate
 check_PROGRAMS += test-getdate
-test_getdate_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
+test_getdate_LDADD = $(LDADD) @LIBINTL@ $(LIB_CLOCK_GETTIME)