diff options
author | fanquake <fanquake@gmail.com> | 2016-10-17 11:43:24 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2016-10-17 11:43:24 +0800 |
commit | 282abd8358e254d976cad05d0eb48586db276bcd (patch) | |
tree | c2f52db41a9b78796b1466f494d8635b627bc1de /build-aux/m4 | |
parent | e2b8c394d61de1e153b9b39d99c45654774f00de (diff) |
[build-aux] Boost_Base serial 27
Diffstat (limited to 'build-aux/m4')
-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 |