From c745e14f4704ebfb0294e8b22a7ae503fc05c2a4 Mon Sep 17 00:00:00 2001 From: Michal Smucr Date: Fri, 9 Mar 2018 00:17:55 +0100 Subject: [PATCH] Bump minimum required version of Boost to 1.54. lockfree library used by ALSA output plugin is part of Boost from version 1.53, so this can be theoretically the lowest required version, however there are issues which are resolved from 1.54 onwards. --- configure.ac | 2 +- doc/user.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7e4041a57..06daf6a0b 100644 --- a/configure.ac +++ b/configure.ac @@ -454,7 +454,7 @@ dnl --------------------------------------------------------------------------- dnl Mandatory Libraries dnl --------------------------------------------------------------------------- -AX_BOOST_BASE([1.46],, [AC_MSG_ERROR([Boost not found])]) +AX_BOOST_BASE([1.54],, [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 1707a8cbc..fd8cd2022 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -111,7 +111,7 @@ cd mpd-version - Boost 1.46 + Boost 1.54