Browse Source

[build-aux] Boost_Base serial 27

0.14
fanquake 8 years ago
parent
commit
282abd8358
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
  1. 4
      build-aux/m4/ax_boost_base.m4

4
build-aux/m4/ax_boost_base.m4

@ -33,7 +33,7 @@ @@ -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 @@ -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

Loading…
Cancel
Save