[Libreoffice-commits] core.git: m4/ax_boost_base.m4

Caolán McNamara caolanm at redhat.com
Thu Aug 21 04:00:31 PDT 2014


 m4/ax_boost_base.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2d48c52da712f8fa3c4a579494c824491afb8515
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Aug 21 11:59:05 2014 +0100

    need to accept ppc64le as a lib64 using platform in ax_boost_base.m4
    
    Change-Id: I86ef068661082addbd165629d3d6905695090a6b

diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index 7a0cf52..55de0c4 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 -o $ax_arch = aarch64; then
+    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = aarch64; then
         libsubdirs="lib64 lib lib64"
     fi
 


More information about the Libreoffice-commits mailing list