summaryrefslogtreecommitdiff
path: root/m4/ftw.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-15 21:12:19 +0000
committerJim Meyering <jim@meyering.net>2003-01-15 21:12:19 +0000
commit950fed888ab60d168f14f79579ab8b138da40de2 (patch)
tree799cbf750c48460f9ebf239dcc3f62201cb05556 /m4/ftw.m4
parentd7d13fa5c291d0addfe2688ebfe805e0fd4078e3 (diff)
downloadcoreutils-950fed888ab60d168f14f79579ab8b138da40de2.tar.xz
rename variable
Diffstat (limited to 'm4/ftw.m4')
-rw-r--r--m4/ftw.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ftw.m4 b/m4/ftw.m4
index e78848126..6f03ea123 100644
--- a/m4/ftw.m4
+++ b/m4/ftw.m4
@@ -9,7 +9,7 @@ AC_DEFUN([AC_FUNC_FTW],
AC_REQUIRE([AC_HEADER_DIRENT])
AC_CHECK_HEADERS(sys/param.h)
AC_CHECK_DECLS([stpcpy])
- AC_CHECK_FUNC([tdestroy], , [need_tsearch=1])
+ AC_CHECK_FUNC([tdestroy], , [need_tdestroy=1])
# The following test would fail prior to glibc-2.3.2, because `depth'
# would be 2 rather than 4.
@@ -46,7 +46,7 @@ main ()
if test $ac_cv_func_ftw_working = no; then
AC_LIBOBJ([ftw])
# Add tsearch.o IFF we have to use the replacement ftw.c.
- if test -n "$need_tsearch"; then
+ if test -n "$need_tdestroy"; then
AC_LIBOBJ([tsearch])
fi
fi