diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-20 08:57:45 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-20 08:57:45 +0200 |
commit | 4b791ee1029ea99cc06df8256cf99c2c0b640242 (patch) | |
tree | edb153a04004ed90a488a03bbc882a9bee589fdf /m4/ax_boost_base.m4 | |
parent | 1d9063532cec5d6389782c31f609df53fb621d71 (diff) | |
download | dabmux-4b791ee1029ea99cc06df8256cf99c2c0b640242.tar.gz dabmux-4b791ee1029ea99cc06df8256cf99c2c0b640242.tar.bz2 dabmux-4b791ee1029ea99cc06df8256cf99c2c0b640242.zip |
Update m4 macros
Diffstat (limited to 'm4/ax_boost_base.m4')
-rw-r--r-- | m4/ax_boost_base.m4 | 5 |
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"] ) |