1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-18 14:56:51 +02:00

see if we can do it without rpl_ftw

This commit is contained in:
Jim Meyering
2003-01-20 16:31:28 +00:00
parent abe155b043
commit f501ec73d7
+1 -2
View File
@@ -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])