[vte] build: Default to enable bindings
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte] build: Default to enable bindings
- Date: Wed, 23 Apr 2014 17:22:31 +0000 (UTC)
commit e320fd38fb60ca0e01e66734df17d8fa4443ae23
Author: Christian Persch <chpe gnome org>
Date: Wed Apr 23 19:21:06 2014 +0200
build: Default to enable bindings
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 972bbbe..86d9c15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -318,14 +318,14 @@ AM_CONDITIONAL([ENABLE_GLADE_CATALOGUE],[test "$enable_glade_catalogue" = "yes"]
# No automagic please!
if test -z "$enable_introspection"; then
- enable_introspection=no
+ enable_introspection=yes
fi
GOBJECT_INTROSPECTION_CHECK([0.9.0])
# No automagic please!
if test -z "$enable_vala"; then
- enable_vala=no
+ enable_vala=yes
fi
VAPIGEN_CHECK([0.18])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]