aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0e64fb55..579e96f5 100755
--- a/configure
+++ b/configure
@@ -399,7 +399,7 @@ fi
399 399
400if [ "$LUAROCKS_UNAME_S" = Linux ] 400if [ "$LUAROCKS_UNAME_S" = Linux ]
401then 401then
402 GCC_ARCH=`gcc -dumpspecs 2>/dev/null | grep -A 1 "^*multilib:$" | tail -1 | cut -d: -f3 | cut -d' ' -f1` 402 GCC_ARCH=`gcc -print-multiarch 2>/dev/null`
403 if [ -n "$GCC_ARCH" -a -d "/usr/lib/$GCC_ARCH" ] 403 if [ -n "$GCC_ARCH" -a -d "/usr/lib/$GCC_ARCH" ]
404 then 404 then
405 MULTIARCH_SUBDIR="lib/$GCC_ARCH" 405 MULTIARCH_SUBDIR="lib/$GCC_ARCH"