From: Zeeshan Ali (Khattak) Date: Tue, 26 May 2009 14:53:43 +0000 (+0300) Subject: No need to disable UI tools X-Git-Tag: RYGEL_0_3~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec3bd0fbd0005f0e0a7afbfea102c8e0554dc52e;p=profile%2Fivi%2Frygel.git No need to disable UI tools If user doesn't enable vala checks, don't assume gtk+ isn't available. --- diff --git a/configure.ac b/configure.ac index 48cfe5d..7aafdfa 100644 --- a/configure.ac +++ b/configure.ac @@ -149,6 +149,8 @@ if test x$try_ui = xyes ; then HAVE_GTK=no AC_MSG_ERROR("Unable to find Vala bindings for gtk+-2.0") ]) + else + HAVE_GTK=yes fi ], [