diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-19 16:06:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-19 16:06:13 +0000 |
commit | 8e5aabe25903e62e9b85c9ed9c6b24c2d437a411 (patch) | |
tree | 7e62ae8ac9709e1abce0d3bebd3accd018820ace /m4 | |
parent | 56b3c75e6321b1c36abf77e31a8842535a3ad5ff (diff) | |
download | coreutils-8e5aabe25903e62e9b85c9ed9c6b24c2d437a411.tar.xz |
duh. fix typo
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ftw.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,11 +11,10 @@ AC_DEFUN([AC_FUNC_FTW], AC_CHECK_FUNC([tdestroy], , [need_tdestroy=1]) AC_CACHE_CHECK([for working GNU ftw], ac_cv_func_ftw_working, [ - # The following test would fail prior to glibc-2.3.2, because `depth' # would be 2 rather than 4. mkdir -p conftest.dir/a/b/c - AC_RUN_IFELSE([AC_LANG_SOURCE([], [[ + AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include <string.h> #include <stdlib.h> #include <ftw.h> |