From: Thomas Preud'homme Date: Thu, 14 Feb 2013 15:56:40 +0000 (+0100) Subject: Add missing heading slash to detect /lib64 systems X-Git-Tag: release_0_9_26~8 X-Git-Url: https://repo.or.cz/w/tinycc.git/commitdiff_plain/99b801dafc664f80910f1c4d5f492170b01c2c3c Add missing heading slash to detect /lib64 systems --- diff --git a/configure b/configure index e2430dbf..22fbfbe7 100755 --- a/configure +++ b/configure @@ -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