summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 6d694bb..20f6a16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,11 +144,6 @@ AS_IF([test "x$enable_input_zeromq" = "xyes"],
AS_IF([test "x$enable_input_zeromq" = "xyes"],
AC_DEFINE(HAVE_INPUT_ZEROMQ, [1], [Define if ZEROMQ input is enabled]))
-save_LDFLAGS="$LDFLAGS"
-LDFLAGS="$LDFLAGS -lm"
-AC_CHECK_LIB(fec, encode_rs_char, [] , AC_MSG_ERROR(libfec is required))
-LDFLAGS="$save_LDFLAGS"
-
# Outputs
# FILE
AC_ARG_ENABLE([output_file],