[rygel] No need to disable UI tools



commit ec3bd0fbd0005f0e0a7afbfea102c8e0554dc52e
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue May 26 17:53:43 2009 +0300

    No need to disable UI tools
    
    If user doesn't enable vala checks, don't assume gtk+ isn't available.
---
 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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
       ],
       [



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]