X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=e93c13cc15dd977364ffa32951b8109c7cedf397;hb=f826ad80ef4be944bdda493bf0ce8b7706d4131c;hp=df5584592bd00ce5fdad543975dbbd640defb1ef;hpb=fac33835d9bb5341be29c151405ba93dacc2d16f;p=lttv.git diff --git a/configure.ac b/configure.ac index df558459..e93c13cc 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,9 @@ AC_ARG_WITH(lttv-gui, [build LTTV gui, as opposed to only build textmode LTTV [[default=yes]]]), [with_lttv_gui="$withval"], [with_lttv_gui="yes"]) +#TODO ybrosseau 2012-03-13: Remove this when babeltrace port is complete +#Force GUI disabling while we port babeltrace +with_lttv_gui="no" AM_CONDITIONAL([BUILD_LTTV_GUI], [ test "x$with_lttv_gui" = "xyes" ])