[pygobject/pygobject-2-28] Disable introspection support by default



commit 99162bf8ff153791179b6cb94657d4ea9f5b8fcf
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Wed Sep 7 20:13:49 2011 +0200

    Disable introspection support by default
    
    This makes parallel isntallation with PyGObject 3.0 easier on distributors.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657054

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c4b83ed..3c9509f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,7 +236,7 @@ AC_ARG_ENABLE(cairo,
 AC_ARG_ENABLE(introspection,
   AC_HELP_STRING([--enable-introspection], [Use introspection information]),
   enable_introspection=$enableval,
-  enable_introspection=yes)
+  enable_introspection=no)
 if test "$enable_introspection" != no; then
     AC_DEFINE(ENABLE_INTROSPECTION,1,Use introspection information)
     PKG_CHECK_MODULES(GI,



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