Remove workaround for boost 1.39

... by raising minimum version to 1.40.
Bug report: https://svn.boost.org/trac10/ticket/3095
This commit is contained in:
Chocobo1 2019-06-21 01:53:34 +08:00
commit 38b6ee9e75
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
6 changed files with 13 additions and 15 deletions

View file

@ -163,7 +163,7 @@ AS_CASE(["x$enable_qt_dbus"],
AC_MSG_ERROR([Unknown option "$enable_qt_dbus". Use either "yes" or "no".])])
AX_BOOST_BASE([1.35],
AX_BOOST_BASE([1.40],
[AC_MSG_NOTICE([Boost CXXFLAGS: "$BOOST_CPPFLAGS"])
AC_MSG_NOTICE([Boost LDFLAGS: "$BOOST_LDFLAGS"])],
[AC_MSG_ERROR([Could not find Boost])])