summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md4
-rw-r--r--m4/ax_boost_base.m41
2 files changed, 1 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index daaad91..8cd1c76 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -54,10 +54,6 @@ that did not yet make its way into a release, you can clone the
% ./configure
-* On a Raspberry Pi and other ARM systems you might need
-
- % ./configure --with-boost-libdir=/usr/lib/arm-linux-gnueabihf
-
* Build ODR-DabMux
% make
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}"]
)