[gxml] configure.ac: change default for building GObject Introspection from system-installed to not
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] configure.ac: change default for building GObject Introspection from system-installed to not
- Date: Thu, 11 Oct 2012 04:47:09 +0000 (UTC)
commit 73914d4342c8c21d7f655c24ef07e064d7b54895
Author: Richard Schwarting <aquarichy gmail com>
Date: Sun Oct 7 18:22:46 2012 -0400
configure.ac: change default for building GObject Introspection from system-installed to not
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 416e71a..91084cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,8 +161,8 @@ fi
GOBJECT_INTROSPECTION_CHECK([1.32.0])
AC_ARG_ENABLE([gi-system-install],
- AS_HELP_STRING([--enable-gi-system-install], [Install GObject Introspection files along with system installed files [default=yes]]),
- [enable_gi_system_install=$enableval],[enable_gi_system_install=yes])
+ AS_HELP_STRING([--enable-gi-system-install], [Install GObject Introspection files along with system installed files [default=no]]),
+ [enable_gi_system_install=$enableval],[enable_gi_system_install=no])
AM_CONDITIONAL(ENABLE_GI_SYSTEM_INSTALL, [test x"$enable_gi_system_install" = "xyes"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]