diff options
| author | fanquake <[email protected]> | 2016-10-17 11:43:24 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2016-10-17 11:43:24 +0800 |
| commit | 282abd8358e254d976cad05d0eb48586db276bcd (patch) | |
| tree | c2f52db41a9b78796b1466f494d8635b627bc1de | |
| parent | Merge #8817: update bitcoin-tx to output witness data (diff) | |
| download | discoin-282abd8358e254d976cad05d0eb48586db276bcd.tar.xz discoin-282abd8358e254d976cad05d0eb48586db276bcd.zip | |
[build-aux] Boost_Base serial 27
| -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 45d948933..650c94fa6 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 |