[pygobject/gsoc2009: 150/160] Change the flag for introspection: --enable-introspection
- From: Simon van der Linden <svdlinden src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pygobject/gsoc2009: 150/160] Change the flag for introspection: --enable-introspection
- Date: Fri, 14 Aug 2009 21:36:20 +0000 (UTC)
commit 37b1b1ff786d00af6d8d76871c48839ce23a1232
Author: Simon van der Linden <svdlinden src gnome org>
Date: Thu Aug 13 12:10:53 2009 +0200
Change the flag for introspection: --enable-introspection
configure.ac | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 615f2b5..af0e053 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,11 +202,11 @@ fi
dnl gi
AC_ARG_ENABLE(gi,
- AC_HELP_STRING([--enable-gi], [Enable gobject-introspection bindings building]),
- enable_gi=$enableval,
- enable_gi=no)
-AM_CONDITIONAL(BUILD_GI, test "$enable_gi" != no)
-if test "$enable_gi" != no; then
+ AC_HELP_STRING([--enable-introspection], [Enable gobject-introspection bindings building]),
+ enable_introspection=$enableval,
+ enable_introspection=no)
+AM_CONDITIONAL(BUILD_GI, test "$enable_introspection" != no)
+if test "$enable_introspection" != no; then
PKG_CHECK_MODULES(GOBJECT_INTROSPECTION, gobject-introspection-1.0 >= gobject_introspection_required_version)
AC_SUBST(GOBJECT_INTROSPECTION_CFLAGS)
AC_SUBST(GOBJECT_INTROSPECTION_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]