From: ewt Date: Tue, 26 Aug 1997 14:26:27 +0000 (+0000) Subject: chown() follows symlinks on nextstep (that's what I'll guess anyway) X-Git-Tag: rpm-4.4-release~3934 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9f16a53a61dbaf005404ba39350928d8b7b9fef;p=platform%2Fupstream%2Frpm.git chown() follows symlinks on nextstep (that's what I'll guess anyway) CVS patchset: 1801 CVS date: 1997/08/26 14:26:27 --- diff --git a/configure.in b/configure.in index e9be356..362f312 100644 --- a/configure.in +++ b/configure.in @@ -279,7 +279,7 @@ if test "$LCHOWN" = no; then AC_ARG_ENABLE([broken-chown], [ --enable-broken-chown this system's chown follows symbolic links], result=yes, result=unknown) - if echo "$build" | egrep "(aix)|(hpux)" > /dev/null ; then + if echo "$build" | egrep "(aix)|(hpux)|(nextstep)" > /dev/null ; then result=yes fi if test $result = unknown; then