Force the disabling of the gui building
authorYannick Brosseau <yannick.brosseau@gmail.com>
Tue, 13 Mar 2012 18:09:57 +0000 (14:09 -0400)
committerYannick Brosseau <yannick.brosseau@gmail.com>
Mon, 11 Jun 2012 21:34:33 +0000 (17:34 -0400)
Since the GUI is not yet ported to babeltrace, don't allow users to build it

Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
configure.ac

index df5584592bd00ce5fdad543975dbbd640defb1ef..e93c13cc15dd977364ffa32951b8109c7cedf397 100644 (file)
@@ -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" ])
 
This page took 0.024816 seconds and 4 git commands to generate.