[rygel] No need to disable UI tools
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] No need to disable UI tools
- Date: Wed, 27 May 2009 07:43:09 -0400 (EDT)
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]