[babl] disable gobject introspection by default



commit d5489f961a89baf74c622c8312589d420fb96c51
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Mon Mar 19 12:46:45 2012 +0000

    disable gobject introspection by default
    
    The tooling crashes with odd strlen assertions breaking the build on many
    existing linux distros. This change should make gobject introspection
    disabled by defualt.

 m4/introspection.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/m4/introspection.m4 b/m4/introspection.m4
index 589721c..84e2c61 100644
--- a/m4/introspection.m4
+++ b/m4/introspection.m4
@@ -22,7 +22,7 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
         AC_ARG_ENABLE(introspection,
                   AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
                                  [Enable introspection for this build]),, 
-                                 [enable_introspection=auto])
+                                 [enable_introspection=no])
     ])dnl
 
     AC_MSG_CHECKING([for gobject-introspection])



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