diff options
author | ewt <devnull@localhost> | 1997-05-19 14:09:35 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-05-19 14:09:35 +0000 |
commit | d17a80d764203329c780587027ee3e4d2c81d0a0 (patch) | |
tree | 2d7d126bb537a2feafb41acb9a0396188f7e21f8 /configure.in | |
parent | d532969bf3b0211ca3aa409ec15a48984dfd6440 (diff) | |
download | librpm-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.in | 2 |
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) |