Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Allred
crown-core
Commits
a7101b13
Unverified
Commit
a7101b13
authored
10 years ago
by
Wladimir J. van der Laan
Browse files
Options
Download
Plain Diff
Merge pull request #4019
13a2283a
build: Sync ax_boost_base.m4 with upstream. (Cory Fields)
parents
e448959d
13a2283a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/m4/ax_boost_base.m4
+7
-1
src/m4/ax_boost_base.m4
with
7 additions
and
1 deletion
+7
-1
src/m4/ax_boost_base.m4
View file @
a7101b13
...
...
@@ -33,7 +33,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
#serial 2
2
#serial 2
3
AC_DEFUN([AX_BOOST_BASE],
[
...
...
@@ -103,6 +103,12 @@ if test "x$want_boost" = "xyes"; then
AC_REQUIRE([AC_CANONICAL_HOST])
libsubdirs="lib/${host_cpu}-${host_os} $libsubdirs"
case ${host_cpu} in
i?86)
libsubdirs="lib/i386-${host_os} $libsubdirs"
;;
esac
dnl first we check the system location for boost libraries
dnl this location ist chosen if boost libraries are installed with the --layout=system option
dnl or if you install boost with RPM
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help