diff options
author | fanquake <fanquake@gmail.com> | 2016-10-17 11:43:24 +0800 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-12-02 07:41:11 +0000 |
commit | c134d9206d2629b479f4e0071ecafd9ec517ec04 (patch) | |
tree | f765e3161f263d8d4edf13d9679dfc36e8a20667 | |
parent | 4a974b2837150097e20076e10edb24b65fb8e7f8 (diff) |
[build-aux] Boost_Base serial 27
Github-Pull: #8920
Rebased-From: 282abd8358e254d976cad05d0eb48586db276bcd
-rw-r--r-- | build-aux/m4/ax_boost_base.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/m4/ax_boost_base.m4 b/build-aux/m4/ax_boost_base.m4 index 45d948933d..650c94fa64 100644 --- a/build-aux/m4/ax_boost_base.m4 +++ b/build-aux/m4/ax_boost_base.m4 @@ -33,7 +33,7 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 26 +#serial 27 AC_DEFUN([AX_BOOST_BASE], [ @@ -96,7 +96,7 @@ if test "x$want_boost" = "xyes"; then libsubdirs="lib64 libx32 lib lib64" ;; ppc64|s390x|sparc64|aarch64|ppc64le) - libsubdirs="lib64 lib lib64 ppc64le" + libsubdirs="lib64 lib lib64" ;; esac |