summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 2b52d511cb..3dc6c3a928 100755
--- a/configure
+++ b/configure
@@ -684,6 +684,7 @@ BLDLIBRARY
DLLLIBRARY
LDLIBRARY
LIBRARY
+MULTIARCH
BUILDEXEEXT
EGREP
GREP
@@ -5351,6 +5352,9 @@ hp*|HP*)
esac;;
esac
+MULTIARCH=$($CC --print-multiarch 2>/dev/null)
+
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LIBRARY" >&5