diff --git a/configure.ac b/configure.ac index 71d532e25..435b7cbb3 100644 --- a/configure.ac +++ b/configure.ac @@ -165,10 +165,10 @@ a=`ls -l foo.chmodtest | awk '{print $1}'` rm -f foo.chmodtest if test "$a" = "-rwxr-xr-x"; then AC_MSG_RESULT(yes) - FIXPERMS=a+rX,g-w,o-w + FIXPERMS=a+rX,u+w,g-w,o-w else AC_MSG_RESULT(no (tell your OS vendor about GNU fileutils)) - FIXPERMS=a+r,g-w,o-w + FIXPERMS=a+r,u+w,g-w,o-w fi AC_SUBST(FIXPERMS)