summaryrefslogtreecommitdiff
path: root/m4/ax_boost_base.m4
diff options
context:
space:
mode:
authorWolfgang Stöggl <c72578@yahoo.de>2018-06-08 21:28:03 +0200
committerPeter Simons <simons@cryp.to>2018-07-16 10:03:44 +0200
commit4b3c26347ff4617ae300fdcdb71a42df7125bc9a (patch)
treeabc153572e0e025f8e16e99057f4b170d0f77afc /m4/ax_boost_base.m4
parentda971107516adccfccdfda48bcbf076aaa9366c1 (diff)
downloadautoconf-archive-4b3c26347ff4617ae300fdcdb71a42df7125bc9a.tar.gz
AX_BOOST_BASE: add powerpc64 powerpc64le to archs
- Add further possibilities for values of $host_cpu. This fixes issues in distros like Fedora, where $host_cpu is powerpc64 for ppc64 and powerpc64le for ppc64le Closes https://github.com/autoconf-archive/autoconf-archive/pull/162.
Diffstat (limited to 'm4/ax_boost_base.m4')
-rw-r--r--m4/ax_boost_base.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index 2c789ea..d540395 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -33,7 +33,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 44
+#serial 45
# example boost program (need to pass version)
m4_define([_AX_BOOST_BASE_PROGRAM],
@@ -113,7 +113,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
dnl are found, e.g. when only header-only libraries are installed!
AS_CASE([${host_cpu}],
[x86_64],[libsubdirs="lib64 libx32 lib lib64"],
- [ppc64|s390x|sparc64|aarch64|ppc64le|riscv64],[libsubdirs="lib64 lib lib64"],
+ [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64],[libsubdirs="lib64 lib lib64"],
[libsubdirs="lib"]
)