aboutsummaryrefslogtreecommitdiff
path: root/build-aux/m4/ax_boost_system.m4
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2019-05-03 13:22:17 +0100
committerSjors Provoost <sjors@sprovoost.nl>2019-05-03 13:22:17 +0100
commit2620e24b83d16bf0f2bfe360dee1e98b4be59ca5 (patch)
treecd6e51beca677e7938940df83f972b0bf9c320e7 /build-aux/m4/ax_boost_system.m4
parent0936f35f65ad778c1308f00b42b6182c7e64270f (diff)
downloadbitcoin-2620e24b83d16bf0f2bfe360dee1e98b4be59ca5.tar.xz
[depends] boost: update to 1.70
Diffstat (limited to 'build-aux/m4/ax_boost_system.m4')
-rw-r--r--build-aux/m4/ax_boost_system.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/build-aux/m4/ax_boost_system.m4 b/build-aux/m4/ax_boost_system.m4
index 1c05450cbe..207d7be8de 100644
--- a/build-aux/m4/ax_boost_system.m4
+++ b/build-aux/m4/ax_boost_system.m4
@@ -1,5 +1,5 @@
# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_boost_system.html
+# https://www.gnu.org/software/autoconf-archive/ax_boost_system.html
# ===========================================================================
#
# SYNOPSIS
@@ -31,7 +31,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 18
+#serial 19
AC_DEFUN([AX_BOOST_SYSTEM],
[
@@ -84,7 +84,6 @@ AC_DEFUN([AX_BOOST_SYSTEM],
LDFLAGS_SAVE=$LDFLAGS
if test "x$ax_boost_user_system_lib" = "x"; then
- ax_lib=
for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
ax_lib=${libextension}
AC_CHECK_LIB($ax_lib, exit,
@@ -109,7 +108,7 @@ AC_DEFUN([AX_BOOST_SYSTEM],
fi
if test "x$ax_lib" = "x"; then
- AC_MSG_ERROR(Could not find a version of the boost_system library!)
+ AC_MSG_ERROR(Could not find a version of the library!)
fi
if test "x$link_system" = "xno"; then
AC_MSG_ERROR(Could not link against $ax_lib !)