diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-06-17 14:25:14 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-06-17 14:25:14 +0200 |
commit | 0a89de68defe14fb166a0a24b59ef495113a8b9d (patch) | |
tree | df74fa69fc7e4cd0e5d4e4ad7b4b35de5ee65f27 /configure.ac | |
parent | 5950cd21ae4ad1b9ddc98a6f1c8716e1627ebbd2 (diff) | |
download | dabmod-0a89de68defe14fb166a0a24b59ef495113a8b9d.tar.gz dabmod-0a89de68defe14fb166a0a24b59ef495113a8b9d.tar.bz2 dabmod-0a89de68defe14fb166a0a24b59ef495113a8b9d.zip |
Move logging writes to separate thread
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 60b1e4e..7bcb494 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ AS_IF([test "x$enable_output_uhd" = "xyes"], [AC_DEFINE(HAVE_OUTPUT_UHD, [1], [Define if UHD output is enabled]) , AC_CHECK_LIB([uhd], [main], [], [AC_MSG_ERROR([library uhd is missing])])]) -AX_BOOST_BASE([1.41.0], [], AC_MSG_ERROR([BOOST 1.41 or later is required])) +AX_BOOST_BASE([1.55.0], [], AC_MSG_ERROR([BOOST 1.55 or later is required])) AC_CHECK_LIB([boost_system], [main], [], [AC_MSG_ERROR([library boost_system is missing])]) AC_CHECK_LIB([boost_thread], [main], [], [AC_MSG_ERROR([library boost_thread is missing])]) |