X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Ffts.m4;h=61457e3ced3b58399b982d6843bd86521f4c1f9f;hb=c4f00b7d32160f83e4fb811c6584e8f4e48dfa2e;hp=1c9703a7660cdcd48ff18a751882ce22ea7f5834;hpb=b24a905279424a69e3f935efa97891d87ba17dc5;p=gnulib.git diff --git a/m4/fts.m4 b/m4/fts.m4 index 1c9703a76..61457e3ce 100644 --- a/m4/fts.m4 +++ b/m4/fts.m4 @@ -1,4 +1,4 @@ -#serial 5 +#serial 6 dnl Copyright (C) 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -31,7 +31,4 @@ AC_DEFUN([gl_FUNC_FTS_CORE], # Checks for header files. AC_REQUIRE([AC_HEADER_DIRENT]) AC_CHECK_HEADERS_ONCE([sys/param.h]) - - # Checks for library functions. - AC_REQUIRE([AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK]) ])