aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-10 04:59:04 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-10 04:59:04 +0100
commit1ed50fe16d749ac3a841650c4054d137b9cf7a10 (patch)
treeaf84151ff5d19c9549bcf7d79f8c4d5ef395e4b0 /configure.ac
parent1834e7886112944cbb8b92751c13f50799142079 (diff)
downloaddabmod-1ed50fe16d749ac3a841650c4054d137b9cf7a10.tar.gz
dabmod-1ed50fe16d749ac3a841650c4054d137b9cf7a10.tar.bz2
dabmod-1ed50fe16d749ac3a841650c4054d137b9cf7a10.zip
Make boost check more portable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6b58d3f..23369c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,8 +138,8 @@ AS_IF([test "x$enable_soapysdr" = "xyes"],
[AC_DEFINE(HAVE_SOAPYSDR, [1], [Define if SoapySDR output is enabled])])
AX_BOOST_BASE([1.54.0], [], AC_MSG_ERROR([BOOST 1.54 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])])
+AX_BOOST_SYSTEM
+AX_BOOST_THREAD
AC_CHECK_LIB([rt], [clock_gettime], [], [AC_MSG_ERROR([library rt is missing])])