[at-spi2-core/gi] Require glib 2.26, as older versions don't support boxed types
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core/gi] Require glib 2.26, as older versions don't support boxed types
- Date: Wed, 8 Dec 2010 18:40:45 +0000 (UTC)
commit 9d88549e43329bbc0121ff3c4749023117d300f5
Author: Mike Gorse <mgorse novell com>
Date: Wed Dec 8 13:40:58 2010 -0500
Require glib 2.26, as older versions don't support boxed types
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9d6bf62..b7a496d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0])
AC_SUBST(DBUS_LIBS)
AC_SUBST(DBUS_CFLAGS)
-PKG_CHECK_MODULES(GLIB, [glib-2.0])
+PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.26.0])
AC_SUBST(GLIB_LIBS)
AC_SUBST(GLIB_CFLAGS)
AC_CHECK_LIB([glib-2.0], [g_ptr_array_new_with_free_func], [],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]