summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-16 11:56:38 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-16 11:58:58 +0200
commit09e77d080b280948ec137d5026ad373105c4f190 (patch)
tree37eabcebdbf3382669ce6bd70af1c71e4c5cbe66 /configure.ac
parent4030943945ac5c69cb16d44c43f73105c92a2baf (diff)
downloaddabmux-09e77d080b280948ec137d5026ad373105c4f190.tar.gz
dabmux-09e77d080b280948ec137d5026ad373105c4f190.tar.bz2
dabmux-09e77d080b280948ec137d5026ad373105c4f190.zip
Remove libfec build dependency
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 15b902c..c04492c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,11 +58,7 @@ AX_CXX_COMPILE_STDCXX_11(noext,mandatory)
AC_CHECK_LIB([pthread], [pthread_create], [], AC_MSG_ERROR([libpthread is required]))
AX_BOOST_BASE([1.48.0], [], AC_MSG_ERROR([BOOST 1.48 or later is required]))
-# we need to check for libm before checking for fec
AC_CHECK_LIB([m], [sin])
-AC_SEARCH_LIBS([init_rs_char], [fec], [], [
- AC_MSG_ERROR([unable to find libfec])
-])
# Checks for header files.
AC_MSG_CHECKING([for OS type])