summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-11-09 02:03:26 +0100
committerBruno Haible <bruno@clisp.org>2011-11-09 02:03:26 +0100
commit41d11e92abb146523593b007c0f90d1843b11a97 (patch)
tree78cd1797e5a9934b65c80a01946ccafa69a0d397 /modules
parent8bef05db1fdab041aa0737664a731a26ff737a2a (diff)
downloadgnulib-41d11e92abb146523593b007c0f90d1843b11a97.tar.gz
renameat: Fix dependencies.
* modules/renameat (Depends-on): Add stdbool.
Diffstat (limited to 'modules')
-rw-r--r--modules/renameat1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/renameat b/modules/renameat
index 45b8e9a1b4..d7a30dc2c8 100644
--- a/modules/renameat
+++ b/modules/renameat
@@ -21,6 +21,7 @@ openat-h [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
rename [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
same-inode [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
save-cwd [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
+stdbool [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
configure.ac:
gl_FUNC_RENAMEAT