summaryrefslogtreecommitdiff
path: root/modules/inttostr-tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-06-10 18:35:59 +0200
committerJim Meyering <meyering@redhat.com>2010-06-10 18:57:44 +0200
commitbab9a9d0e66fce104d0488bfb7fa84848724af76 (patch)
treeea403b3e8d9e9a06e824e32869f8b100d6f142d3 /modules/inttostr-tests
parenta94811cffe191d340ac9606907d4214a2209b924 (diff)
downloadgnulib-bab9a9d0e66fce104d0488bfb7fa84848724af76.tar.gz
inttostr-tests: depend on snprintf, not snprintf-posix
* modules/inttostr-tests (Depends-on): Depend on snprintf, not snprintf-posix, to avoid this aclocal failure: missing file gnulib-tests/vasnprintf.c configure.ac:45: error: expected source file, required through \ AC_LIBSOURCES, not found
Diffstat (limited to 'modules/inttostr-tests')
-rw-r--r--modules/inttostr-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/inttostr-tests b/modules/inttostr-tests
index 69716d2827..f935d90b58 100644
--- a/modules/inttostr-tests
+++ b/modules/inttostr-tests
@@ -4,7 +4,7 @@ tests/test-inttostr.c
Depends-on:
intprops
inttypes
-snprintf-posix
+snprintf
configure.ac: