aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index a7b85293..b1fa834a 100755
--- a/configure
+++ b/configure
@@ -419,6 +419,10 @@ then
419 if [ -n "$GCC_ARCH" -a -d "/usr/lib/$GCC_ARCH" ] 419 if [ -n "$GCC_ARCH" -a -d "/usr/lib/$GCC_ARCH" ]
420 then 420 then
421 MULTIARCH_SUBDIR="lib/$GCC_ARCH" 421 MULTIARCH_SUBDIR="lib/$GCC_ARCH"
422 elif [ -d "/usr/lib64" ]
423 then
424 # Useful for Fedora systems
425 MULTIARCH_SUBDIR="lib64"
422 fi 426 fi
423fi 427fi
424 428