summaryrefslogtreecommitdiff
path: root/aclocal/ax_boost_base.m4
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-12-17 09:32:24 -0500
committerJames E. King III <jking@apache.org>2018-12-17 12:18:48 -0500
commit56ac72e74ae354c286c41f5d5a3c0b8723feb587 (patch)
tree8c5944d54f2e383476839fc4679c1a9a449d07c9 /aclocal/ax_boost_base.m4
parent33772b7d78dc3e73154f1942320e1a6ef3301e1b (diff)
downloadthrift-56ac72e74ae354c286c41f5d5a3c0b8723feb587.tar.gz
Update a couple of our m4 files for autoconf
Diffstat (limited to 'aclocal/ax_boost_base.m4')
-rw-r--r--aclocal/ax_boost_base.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal/ax_boost_base.m4 b/aclocal/ax_boost_base.m4
index 19c71b675..d54039576 100644
--- a/aclocal/ax_boost_base.m4
+++ b/aclocal/ax_boost_base.m4
@@ -33,7 +33,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 42
+#serial 45
# example boost program (need to pass version)
m4_define([_AX_BOOST_BASE_PROGRAM],
@@ -113,8 +113,8 @@ 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],[libsubdirs="lib64 lib lib64"],
- [libsubdirs="lib"],
+ [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64],[libsubdirs="lib64 lib lib64"],
+ [libsubdirs="lib"]
)
dnl allow for real multi-arch paths e.g. /usr/lib/x86_64-linux-gnu. Give