Commit d2835e29 authored by Max Kellermann's avatar Max Kellermann

configure.ac: require Boost 1.58

parent 543e8a98
...@@ -465,7 +465,7 @@ dnl --------------------------------------------------------------------------- ...@@ -465,7 +465,7 @@ dnl ---------------------------------------------------------------------------
dnl Mandatory Libraries dnl Mandatory Libraries
dnl --------------------------------------------------------------------------- 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, AC_ARG_ENABLE(icu,
AS_HELP_STRING([--enable-icu], AS_HELP_STRING([--enable-icu],
......
...@@ -98,7 +98,7 @@ cd mpd-version</programlisting> ...@@ -98,7 +98,7 @@ cd mpd-version</programlisting>
<listitem> <listitem>
<para> <para>
<ulink url="http://www.boost.org/">Boost 1.54</ulink> <ulink url="http://www.boost.org/">Boost 1.58</ulink>
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment