chown() follows symlinks on nextstep (that's what I'll guess anyway)
authorewt <devnull@localhost>
Tue, 26 Aug 1997 14:26:27 +0000 (14:26 +0000)
committerewt <devnull@localhost>
Tue, 26 Aug 1997 14:26:27 +0000 (14:26 +0000)
CVS patchset: 1801
CVS date: 1997/08/26 14:26:27

configure.in

index e9be356..362f312 100644 (file)
@@ -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