From 7a7c1245f89fc5c7fa4b6f4fe6b1dd7b5722a7e7 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 10 Nov 2014 11:12:07 -0200 Subject: Add check for Fedora systems. Closes #289. --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index a7b85293..b1fa834a 100755 --- a/configure +++ b/configure @@ -419,6 +419,10 @@ then if [ -n "$GCC_ARCH" -a -d "/usr/lib/$GCC_ARCH" ] then MULTIARCH_SUBDIR="lib/$GCC_ARCH" + elif [ -d "/usr/lib64" ] + then + # Useful for Fedora systems + MULTIARCH_SUBDIR="lib64" fi fi -- cgit v1.2.3-55-g6feb