From f21352094c0949b643721ee5387fefae0cdab507 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 30 Oct 2016 11:31:56 +0100 Subject: Move hexparse to utils and add default PRBS poly --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6297365..39d3f19 100644 --- a/configure.ac +++ b/configure.ac @@ -250,9 +250,9 @@ echo echo ZeroMQ input, output and management server enabled. echo echo "Inputs:" -enabled="" +enabled="prbs" disabled="" -for output in prbs test udp fifo file +for output in test udp fifo file do eval var=\$enable_input_$output AS_IF([test "x$var" = "xyes"], -- cgit v1.2.3