summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-05-19 14:09:35 +0000
committerewt <devnull@localhost>1997-05-19 14:09:35 +0000
commitd17a80d764203329c780587027ee3e4d2c81d0a0 (patch)
tree2d7d126bb537a2feafb41acb9a0396188f7e21f8 /configure.in
parentd532969bf3b0211ca3aa409ec15a48984dfd6440 (diff)
downloadlibrpm-tizen-d17a80d764203329c780587027ee3e4d2c81d0a0.tar.gz
librpm-tizen-d17a80d764203329c780587027ee3e4d2c81d0a0.tar.bz2
librpm-tizen-d17a80d764203329c780587027ee3e4d2c81d0a0.zip
Guess chown doesn't follow symlinks w/ configure is run by non-root user.
CVS patchset: 1643 CVS date: 1997/05/19 14:09:35
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 70fb05170..be70f89c5 100644
--- a/configure.in
+++ b/configure.in
@@ -284,7 +284,7 @@ if test $result = no; then
rm -f foo bar
else
AC_MSG_CHECKING((cannot check by non-root user))
- result=yes
+ result=no
fi
fi
AC_MSG_RESULT($result)