diff options
author | Max Kellermann <max@duempel.org> | 2014-06-11 08:38:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-06-11 09:27:17 +0200 |
commit | 0801b3f495aac982bc7d009d7ae81d8e3041db0c (patch) | |
tree | 4b6835cd065384b0f3f49aa56303d45834062518 /configure.ac | |
parent | 657f00fe36aaa0f1304eb897a9f6f642df4128ed (diff) |
configure.ac: check for Boost
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 45e427c8f..a60eafdc5 100644 --- a/configure.ac +++ b/configure.ac @@ -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)]),, |