[pygobject/gsoc2009] Fix a conflicting autoconf variable
- From: Simon van der Linden <svdlinden src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pygobject/gsoc2009] Fix a conflicting autoconf variable
- Date: Sun, 16 Aug 2009 12:41:55 +0000 (UTC)
commit 1c71d1c01d2a8fb25fe5fdb991fd617b55d95cb6
Author: Simon van der Linden <svdlinden src gnome org>
Date: Sun Aug 16 14:41:14 2009 +0200
Fix a conflicting autoconf variable
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 20625db..3067898 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,7 @@ AC_ARG_ENABLE(introspection,
AM_CONDITIONAL(BUILD_GI, test "$enable_introspection" != no)
if test "$enable_introspection" != no; then
JD_PATH_PYTHON(2.5.2)
- PKG_CHECK_MODULES(GOBJECT_INTROSPECTION, glib-2.0 >= 2.21.5)
+ PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.21.5)
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]