From: William Bourque Date: Thu, 24 Sep 2009 19:17:22 +0000 (-0400) Subject: Changed a bad description for a compile flag. X-Git-Tag: v0.12.20~31 X-Git-Url: https://git.lttng.org/?p=lttv.git;a=commitdiff_plain;h=c885e35c6ebb432e3434bfb0d2d3a3e09ad8e2bc Changed a bad description for a compile flag. --- 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}