Changed a bad description for a compile flag.
[lttv.git] / configure.ac
index aaf63ea9da3b6e937a700bc66de2f0da1fea1055..6629c5301c4d3eabb91330cc4cd4a8db86c9c39d 100644 (file)
@@ -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}
This page took 0.022936 seconds and 4 git commands to generate.