From a3c0eeb9bc12724bbc29afbf6038785fa37ed2d1 Mon Sep 17 00:00:00 2001 From: ewt Date: Wed, 25 Jun 1997 20:23:27 +0000 Subject: [PATCH] chown() follows symlinks on hpux CVS patchset: 1714 CVS date: 1997/06/25 20:23:27 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d394315..581b557 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.7.4