From 77ed2ca331bf5a50abcbc5f66ad1ee64329b7e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 28 May 2014 07:50:25 +0200 Subject: [PATCH] add support for Debian multiarch --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 215097fd30..4490455b63 100755 --- a/configure +++ b/configure @@ -3,7 +3,7 @@ os=`uname` if [ "$os" == 'Linux' ]; then - locations=(/usr/lib /usr/lib64 /usr/local/lib /opt/lib) + locations=(/usr/lib /usr/lib64 /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu /usr/local/lib /opt/lib) sonames=(liblua5.1.so.5.1 liblua5.1.so.0 liblua.so.5.1 liblua-5.1.so liblua5.1.so) for location in "${locations[@]}" ; do for soname in ${sonames[@]} ; do