Burn the witches.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36383 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
2cb706444f
commit
b6c7c42861
4
configure
vendored
4
configure
vendored
@ -144,9 +144,9 @@ assertparams()
|
||||
#
|
||||
standard_gcc_settings()
|
||||
{
|
||||
if [ `which greadlink` ]; then
|
||||
if [ `which greadlink > /dev/null 2>&1` ]; then
|
||||
readlink="greadlink -e"
|
||||
elif [ `which realpath` ]; then
|
||||
elif [ `which realpath > /dev/null 2>&1` ]; then
|
||||
readlink=realpath
|
||||
else
|
||||
readlink="readlink -e"
|
||||
|
Loading…
x
Reference in New Issue
Block a user