summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-23 10:14:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-23 11:55:26 +0100
commit403bfea10fb8ef5c4596d6a137aa22cc5b895ccf (patch)
tree5d5b256b6fff8d910359d83b0d21ce9c5d224c05 /m4
parent9c4066e95c7cd8b6fe7dbbe81636d1721023ca40 (diff)
aarch64 will be a 64bit multilib platform too
Change-Id: I6b0932ecd304e661e3331b22e6993b856b686982
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_boost_base.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index e5acfda39dfb..0dead6dc2ff0 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -91,7 +91,7 @@ if test "x$want_boost" = "xyes"; then
dnl are found, e.g. when only header-only libraries are installed!
libsubdirs="lib"
ax_arch=`uname -m`
- if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then
+ if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = aarch64; then
libsubdirs="lib64 lib lib64"
fi