chown() follows symlinks on hpux
authorewt <devnull@localhost>
Wed, 25 Jun 1997 20:23:27 +0000 (20:23 +0000)
committerewt <devnull@localhost>
Wed, 25 Jun 1997 20:23:27 +0000 (20:23 +0000)
CVS patchset: 1714
CVS date: 1997/06/25 20:23:27

configure.in

index d394315..581b557 100644 (file)
@@ -295,7 +295,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" | grep "aix" > /dev/null ; then
+    if echo "$build" | egrep "(aix)|(hpux)" > /dev/null ; then
        result=yes
     fi
     if test $result = unknown; then