summaryrefslogtreecommitdiffstats
path: root/m4/ax_boost_base.m4
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2022-01-26 07:00:46 +0100
committerGitHub <noreply@github.com>2022-01-26 07:00:46 +0100
commit24565a44ae5f89d3519b0d908f29bb58a3beb808 (patch)
tree24f963c8ab527b450ca741831b3f266560bf3684 /m4/ax_boost_base.m4
parentd38e4187cdefbb544f74d0b7e0243fdf81726c2d (diff)
parent13d0b07430c3493b466c069858868920618fbfc0 (diff)
downloaddabmux-24565a44ae5f89d3519b0d908f29bb58a3beb808.tar.gz
dabmux-24565a44ae5f89d3519b0d908f29bb58a3beb808.tar.bz2
dabmux-24565a44ae5f89d3519b0d908f29bb58a3beb808.zip
Merge pull request #50 from colisee/armv7l
Improves Armv7l autoconf support
Diffstat (limited to 'm4/ax_boost_base.m4')
-rw-r--r--m4/ax_boost_base.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4
index 16fa69b..7b8190a 100644
--- a/m4/ax_boost_base.m4
+++ b/m4/ax_boost_base.m4
@@ -123,6 +123,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
dnl are almost assuredly the ones desired.
AS_CASE([${host_cpu}],
[i?86],[multiarch_libsubdir="lib/i386-${host_os}"],
+ [armv7l],[multiarch_libsubdir="lib/arm-${host_os}"],
[multiarch_libsubdir="lib/${host_cpu}-${host_os}"]
)