diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-25 12:36:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-25 12:36:58 +0000 |
commit | 8ee198f67543a45a6dd88f1e29734d17693a01a8 (patch) | |
tree | 42fb34a2ced7774b6f9a821bb7db879d2d39e8b1 | |
parent | e0b32d3cb8b610ec90311cf28745fc58c5264741 (diff) | |
download | coreutils-8ee198f67543a45a6dd88f1e29734d17693a01a8.tar.xz |
Add this:
AC_REQUIRE([AC_FUNC_LSTAT])
-rw-r--r-- | m4/root-dev-ino.m4 | 1 |
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]) : ]) |