File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 33
33
# and this notice are preserved. This file is offered as-is, without any
34
34
# warranty.
35
35
36
- # serial 21
36
+ # serial 22
37
37
38
38
AC_DEFUN ( [ AX_BOOST_BASE ] ,
39
39
[
@@ -97,6 +97,12 @@ if test "x$want_boost" = "xyes"; then
97
97
;;
98
98
esac
99
99
100
+ dnl allow for real multi-arch paths e.g. /usr/lib/x86_64-linux-gnu. Give
101
+ dnl them priority over the other paths since, if libs are found there, they
102
+ dnl are almost assuredly the ones desired.
103
+ AC_REQUIRE ( [ AC_CANONICAL_HOST ] )
104
+ libsubdirs="lib/${host_cpu}-${host_os} $libsubdirs"
105
+
100
106
dnl first we check the system location for boost libraries
101
107
dnl this location ist chosen if boost libraries are installed with the --layout=system option
102
108
dnl or if you install boost with RPM
You can’t perform that action at this time.
0 commit comments