Skip to content

Commit da0842d

Browse files
committed
build: Update ax_boost_mase.m4 to the latest serial
This change fixes boost detection for arch armv7l.
1 parent 1b151e3 commit da0842d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-aux/m4/ax_boost_base.m4

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# and this notice are preserved. This file is offered as-is, without any
3434
# warranty.
3535

36-
#serial 47
36+
#serial 48
3737

3838
# example boost program (need to pass version)
3939
m4_define([_AX_BOOST_BASE_PROGRAM],
@@ -123,6 +123,7 @@ AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[
123123
dnl are almost assuredly the ones desired.
124124
AS_CASE([${host_cpu}],
125125
[i?86],[multiarch_libsubdir="lib/i386-${host_os}"],
126+
[armv7l],[multiarch_libsubdir="lib/arm-${host_os}"],
126127
[multiarch_libsubdir="lib/${host_cpu}-${host_os}"]
127128
)
128129

0 commit comments

Comments
 (0)