From: Jim Meyering Date: Sat, 25 Jun 2005 12:36:58 +0000 (+0000) Subject: Add this: X-Git-Tag: CPPI-1_12~486 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ee198f67543a45a6dd88f1e29734d17693a01a8;p=thirdparty%2Fcoreutils.git Add this: AC_REQUIRE([AC_FUNC_LSTAT]) --- diff --git a/m4/root-dev-ino.m4 b/m4/root-dev-ino.m4 index abec19e705..2c0fdc931a 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]) : ])