Burn the witches.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36383 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-04-20 18:55:04 +00:00
parent 2cb706444f
commit b6c7c42861

4
configure vendored
View File

@ -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"