Changed a bad description for a compile flag.
authorWilliam Bourque <william@ewilbou.dyn.lmc.ericsson.se>
Thu, 24 Sep 2009 19:17:22 +0000 (15:17 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 29 Sep 2009 17:46:52 +0000 (13:46 -0400)
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.02347 seconds and 4 git commands to generate.