From 68209e97aecceb8135898231923f8bd9efe94be4 Mon Sep 17 00:00:00 2001 From: Yannick Brosseau Date: Sat, 19 Oct 2013 17:15:53 -0400 Subject: [PATCH] Always show building that we build the command line modules Signed-off-by: Yannick Brosseau --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index d826e09a..4df1d534 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,9 @@ AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([config.h]) LT_INIT +#Always build basic command line modules +with_lttv="yes" + # If requested, avoid building LTTV part AC_ARG_WITH(lttv-gui, AS_HELP_STRING([--with-lttv-gui], -- 2.34.1