summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-08-28 14:40:22 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-28 14:40:22 +0200
commit1d7659165906a1ea5ab94aa259d202b79267c6ad (patch)
treed09692d512cd1558495d03e77b6822f3cdcda78e
parent8a892aa514419625b7fbb7bf52653f2cbc26d135 (diff)
add support for ppc64le to boost detectionlibetonyek-0-0
Change-Id: Ic52818480643facb6f41ebc819be498e4ea36a5e
-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 57d14fe..f947ef3 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -92,7 +92,7 @@ if test "x$want_boost" = "xyes"; then
libsubdirs="lib"
ax_arch=`uname -m`
case $ax_arch in
- x86_64|ppc64|s390x|sparc64|aarch64)
+ x86_64|ppc64|ppc64le|s390x|sparc64|aarch64)
libsubdirs="lib64 lib lib64"
;;
esac