configure.ac: require Boost 1.58

This commit is contained in:
Max Kellermann 2018-07-16 10:11:00 +02:00
parent 543e8a98a7
commit d2835e2989
2 changed files with 2 additions and 2 deletions

View File

@ -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],

View File

@ -98,7 +98,7 @@ cd mpd-version</programlisting>
<listitem>
<para>
<ulink url="http://www.boost.org/">Boost 1.54</ulink>
<ulink url="http://www.boost.org/">Boost 1.58</ulink>
</para>
</listitem>