summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/lstat.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/lstat.m4 b/m4/lstat.m4
index ea0c89494..f85bd042d 100644
--- a/m4/lstat.m4
+++ b/m4/lstat.m4
@@ -1,4 +1,4 @@
-#serial 9
+#serial 10
dnl From Jim Meyering.
dnl Determine whether lstat has the bug that it succeeds when given the
@@ -22,6 +22,5 @@ AC_DEFUN([jm_FUNC_LSTAT],
AC_DEFUN([gl_PREREQ_LSTAT],
[
AC_REQUIRE([AC_HEADER_STAT])
- AC_CHECK_HEADERS_ONCE(stdlib.h)
- AC_CHECK_DECLS_ONCE(free)
+ :
])