idcache: Fix module description.
[pspp] / modules / getdelim
index 1bb24f5d3ee9ebe4e7148d50321fd4b2d6142665..c3ef317a11fcdc964b8b9224b4804aae6f6c7c58 100644 (file)
@@ -6,10 +6,11 @@ lib/getdelim.c
 m4/getdelim.m4
 
 Depends-on:
-extensions
 stdio
-realloc-posix
-EOVERFLOW
+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