set proper default for chown() checking
authorewt <devnull@localhost>
Tue, 26 Aug 1997 18:22:16 +0000 (18:22 +0000)
committerewt <devnull@localhost>
Tue, 26 Aug 1997 18:22:16 +0000 (18:22 +0000)
CVS patchset: 1803
CVS date: 1997/08/26 18:22:16

configure.in

index 362f312..0509b41 100644 (file)
@@ -279,8 +279,10 @@ 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)|(nextstep)" > /dev/null ; then
+    if echo "$build" | egrep "(aix)|(hpux)" > /dev/null ; then
        result=yes
+    elif echo "$build" | egrep "(nextstep)" > /dev/null ; then
+       result=no
     fi
     if test $result = unknown; then
        if test `id | cut -f 2 -d \= | cut -f 1 -d \(` = 0; then