No need to disable UI tools
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 26 May 2009 14:53:43 +0000 (17:53 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 26 May 2009 14:53:43 +0000 (17:53 +0300)
If user doesn't enable vala checks, don't assume gtk+ isn't available.

configure.ac

index 48cfe5d..7aafdfa 100644 (file)
@@ -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
       ],
       [