]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add this:
authorJim Meyering <jim@meyering.net>
Sat, 25 Jun 2005 12:36:58 +0000 (12:36 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Jun 2005 12:36:58 +0000 (12:36 +0000)
  AC_REQUIRE([AC_FUNC_LSTAT])

m4/root-dev-ino.m4

index abec19e705dbbae607227cfe168720b9b87289ab..2c0fdc931a0beb61e563a17537b326d6bab198cd 100644 (file)
@@ -10,5 +10,6 @@ AC_DEFUN([gl_ROOT_DEV_INO],
   AC_LIBOBJ([root-dev-ino])
 
   dnl Prerequisites
+  AC_REQUIRE([AC_FUNC_LSTAT])
   :
 ])