configure.ac: check for Boost

This commit is contained in:
Max Kellermann
2014-06-11 08:38:57 +02:00
parent 657f00fe36
commit 0801b3f495
5 changed files with 278 additions and 1 deletions

View File

@@ -630,6 +630,8 @@ dnl ---------------------------------------------------------------------------
dnl Mandatory Libraries
dnl ---------------------------------------------------------------------------
AX_BOOST_BASE([1.46],, [AC_MSG_ERROR([Boost not found])])
AC_ARG_ENABLE(icu,
AS_HELP_STRING([--enable-icu],
[enable libicu for Unicode (default: enabled)]),,