From c885e35c6ebb432e3434bfb0d2d3a3e09ad8e2bc Mon Sep 17 00:00:00 2001 From: William Bourque Date: Thu, 24 Sep 2009 15:17:22 -0400 Subject: [PATCH] Changed a bad description for a compile flag. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aaf63ea9..6629c530 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AM_CONDITIONAL(BUILD_LIB_ONLY, test "$with_lttv" = "no") # If requested, avoid building LTTV part -AC_ARG_WITH(lttv-gui, [ --with-lttv-gui Do not build LTTV gui, only build textmode LTTV]) +AC_ARG_WITH(lttv-gui, [ --with-lttv-gui Build LTTV gui, as opposed to only build textmode LTTV]) if test -z "$with_lttv_gui"; then with_lttv_gui=${with_lttv_gui_default-yes} -- 2.34.1