From d2835e29890e3257238ee2832f3064692040118d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 16 Jul 2018 10:11:00 +0200 Subject: [PATCH] configure.ac: require Boost 1.58 --- configure.ac | 2 +- doc/user.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 741154d26..41d8ac086 100644 --- a/configure.ac +++ b/configure.ac @@ -465,7 +465,7 @@ dnl --------------------------------------------------------------------------- dnl Mandatory Libraries dnl --------------------------------------------------------------------------- -AX_BOOST_BASE([1.54],, [AC_MSG_ERROR([Boost not found])]) +AX_BOOST_BASE([1.58],, [AC_MSG_ERROR([Boost not found])]) AC_ARG_ENABLE(icu, AS_HELP_STRING([--enable-icu], diff --git a/doc/user.xml b/doc/user.xml index f6c08948b..57200c267 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -98,7 +98,7 @@ cd mpd-version - Boost 1.54 + Boost 1.58