test-perror: check for strerror interactions
[pspp] / modules / getdelim
index 19ca193c7ffa06d3b0907cce83ad1ac6acfa861d..c3ef317a11fcdc964b8b9224b4804aae6f6c7c58 100644 (file)
@@ -7,7 +7,10 @@ m4/getdelim.m4
 
 Depends-on:
 stdio
-realloc-posix
+extensions
+stdint          [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
+realloc-posix   [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
+errno           [test $HAVE_DECL_GETDELIM = 0 || test $REPLACE_GETDELIM = 1]
 
 configure.ac:
 gl_FUNC_GETDELIM