summaryrefslogtreecommitdiff
path: root/m4/ftw.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-20 16:31:28 +0000
committerJim Meyering <jim@meyering.net>2003-01-20 16:31:28 +0000
commitf501ec73d7ed4a83b77df8ba85c890cc0ae33c1e (patch)
tree8363f50ee7f3c10aa151d39e8a943b9732eb8d46 /m4/ftw.m4
parentabe155b043d47ce1d2751debb4ba6931654c9da1 (diff)
downloadcoreutils-f501ec73d7ed4a83b77df8ba85c890cc0ae33c1e.tar.xz
see if we can do it without rpl_ftw
Diffstat (limited to 'm4/ftw.m4')
-rw-r--r--m4/ftw.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/ftw.m4 b/m4/ftw.m4
index 63da5dabb..7a2f7c28c 100644
--- a/m4/ftw.m4
+++ b/m4/ftw.m4
@@ -49,8 +49,7 @@ main ()
[ac_cv_func_ftw_working=no])])
if test $ac_cv_func_ftw_working = no; then
AC_LIBOBJ([ftw])
- AC_DEFINE(ftw, rpl_ftw,
- [Define to rpl_ftw if the replacement function should be used.])
+ AC_CONFIG_LINKS([$ac_config_libobj_dir/ftw.h:$ac_config_libobj_dir/ftw_.h])
# Add tsearch.o IFF we have to use the replacement ftw.c.
if test -n "$need_tdestroy"; then
AC_LIBOBJ([tsearch])