Add missing heading slash to detect /lib64 systems

This commit is contained in:
Thomas Preud'homme 2013-02-14 16:56:40 +01:00
parent b4656f3191
commit 99b801dafc

2
configure vendored
View File

@ -300,7 +300,7 @@ if test -z "$cross_prefix" ; then
if test -f "/usr/lib/$triplet/crti.o" ; then
tcc_lddir="lib/$triplet"
multiarch_triplet="$triplet"
elif test -f "usr/lib64/crti.o" ; then
elif test -f "/usr/lib64/crti.o" ; then
tcc_lddir="lib64"
fi