From 337eec371c8c86f35813d804f61176a7606bae20 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 21 Jan 2014 22:00:45 +0100 Subject: disable output RAW by default It includes linux/ stuff which conficts with other parts --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index c552337..3ae8505 100644 --- a/configure.ac +++ b/configure.ac @@ -171,8 +171,7 @@ AS_IF([test "x$enable_output_tcp" = "xyes"], [AC_DEFINE(HAVE_OUTPUT_TCP, [1], [Define if TCP output is enabled])]) # RAW AC_ARG_ENABLE([output_raw], - [AS_HELP_STRING([--disable-output-raw], [Disable RAW output])], - [], [enable_output_raw=yes]) + AS_HELP_STRING([--enable-output-raw], [Enable RAW output])) AS_IF([test "x$enable_output_raw" = "xyes"], [AC_DEFINE(HAVE_OUTPUT_RAW, [1], [Define if RAW output is enabled])]) # SIMUL -- cgit v1.2.3