summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-25 12:36:58 +0000
committerJim Meyering <jim@meyering.net>2005-06-25 12:36:58 +0000
commit8ee198f67543a45a6dd88f1e29734d17693a01a8 (patch)
tree42fb34a2ced7774b6f9a821bb7db879d2d39e8b1 /m4
parente0b32d3cb8b610ec90311cf28745fc58c5264741 (diff)
downloadcoreutils-8ee198f67543a45a6dd88f1e29734d17693a01a8.tar.xz
Add this:
AC_REQUIRE([AC_FUNC_LSTAT])
Diffstat (limited to 'm4')
-rw-r--r--m4/root-dev-ino.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/root-dev-ino.m4 b/m4/root-dev-ino.m4
index abec19e70..2c0fdc931 100644
--- a/m4/root-dev-ino.m4
+++ b/m4/root-dev-ino.m4
@@ -10,5 +10,6 @@ AC_DEFUN([gl_ROOT_DEV_INO],
AC_LIBOBJ([root-dev-ino])
dnl Prerequisites
+ AC_REQUIRE([AC_FUNC_LSTAT])
:
])