aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2013-02-14 16:56:40 +0100
committerThomas Preud'homme <robotux@celest.fr>2013-02-14 16:57:27 +0100
commit99b801dafc664f80910f1c4d5f492170b01c2c3c (patch)
tree96e76b28e644bb1f0133fe5fe077c44491b40f62
parentb4656f3191a9e26aa99a42f3b379a5e2c1451d51 (diff)
downloadtinycc-99b801dafc664f80910f1c4d5f492170b01c2c3c.tar.gz
tinycc-99b801dafc664f80910f1c4d5f492170b01c2c3c.tar.bz2
Add missing heading slash to detect /lib64 systems
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e2430db..22fbfbe 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