diff options
author | fanquake <fanquake@gmail.com> | 2019-09-14 07:32:16 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-09-14 07:32:25 +0800 |
commit | bb99c4e684bbd3053ecf7a789049b11b29260189 (patch) | |
tree | e709477f82ef82c5c76fdab57d15014ac9afdaf7 /build-aux/m4/ax_boost_base.m4 | |
parent | fb4f5beb6ede4aadeaff779cd67a0f6665419488 (diff) |
build: update boost macros to latest upstream
Fixes: #16803
I opened an [upstream PR](https://github.com/autoconf-archive/autoconf-archive/pull/197) to improve the Boost error reporting, so pull the latest macros.
Diffstat (limited to 'build-aux/m4/ax_boost_base.m4')
-rw-r--r-- | build-aux/m4/ax_boost_base.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/m4/ax_boost_base.m4 b/build-aux/m4/ax_boost_base.m4 index d540395763..16fa69b41f 100644 --- a/build-aux/m4/ax_boost_base.m4 +++ b/build-aux/m4/ax_boost_base.m4 @@ -33,7 +33,7 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 45 +#serial 47 # example boost program (need to pass version) m4_define([_AX_BOOST_BASE_PROGRAM], @@ -113,6 +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"], + [mips*64*],[libsubdirs="lib64 lib32 lib lib64"], [ppc64|powerpc64|s390x|sparc64|aarch64|ppc64le|powerpc64le|riscv64],[libsubdirs="lib64 lib lib64"], [libsubdirs="lib"] ) |