Avoid building lstat.o since we have lstat in libc.

This commit is contained in:
Dima Dorfman 2003-10-17 18:04:03 +00:00
parent ca76a263e4
commit 96a90e40e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91521

View file

@ -0,0 +1,11 @@
--- configure~ Fri Oct 17 17:54:05 2003
+++ configure Fri Oct 17 17:54:12 2003
@@ -5023,7 +5023,7 @@
EOF
if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
- LIBOBJS="$LIBOBJS lstat.$ac_objext"
+ LIBOBJS="$LIBOBJS"
fi
echo "$as_me:5029: checking whether stat accepts an empty string" >&5