aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-02-19 15:45:20 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-02-19 15:45:23 +0100
commite4a083b14cac5597c76196e0508cf66abd6628b1 (patch)
tree5ad570fc04dbfa1028a2cc967cae1b5b17a7bc46
parent45c0f9e8d2a05cda20f74a52a3aa7bfebced7065 (diff)
m4/ax_boost_base.m4: Update to newest version from autoconf-archive
Fetched from: https://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_boost_base.m4 Change-Id: Id2753b8d13817d3bfa6cb198b272c60f466b6da6
-rw-r--r--m4/ax_boost_base.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index 2bce519..16fa69b 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 43
+#serial 47
# example boost program (need to pass version)
m4_define([_AX_BOOST_BASE_PROGRAM],
@@ -113,7 +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"],
+ [mips*64*],[libsubdirs="lib64 lib32 lib lib64"],
+ [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64],[libsubdirs="lib64 lib lib64"],
[libsubdirs="lib"]
)