[gconf] [gsettings] Require gio 2.25.0 to build the backend
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gconf] [gsettings] Require gio 2.25.0 to build the backend
- Date: Fri, 16 Apr 2010 13:10:53 +0000 (UTC)
commit e09c8071b524467c5c0e978655674544f34025fd
Author: Vincent Untz <vuntz gnome org>
Date: Fri Apr 16 09:05:09 2010 -0400
[gsettings] Require gio 2.25.0 to build the backend
configure.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index bb803f9..2f84450 100644
--- a/configure.in
+++ b/configure.in
@@ -204,11 +204,11 @@ AC_ARG_ENABLE(gsettings_backend,
, enable_gsettings_backend=auto)
if test "x$enable_gsettings_backend" != "xno" ; then
- PKG_CHECK_MODULES(GSETTINGS, gio-2.0, HAVE_GSETTINGS=yes, HAVE_GSETTINGS=no)
+ PKG_CHECK_MODULES(GSETTINGS, gio-2.0 >= 2.25.0, HAVE_GSETTINGS=yes, HAVE_GSETTINGS=no)
if test "x$HAVE_GSETTINGS" = "xno"; then
if test "x$enable_gsettings_backend" = "xyes" ; then
AC_MSG_ERROR([[
-*** Could not find GIO.]])
+*** Could not find GIO 2.25.0.]])
fi
else
enable_gsettings_backend=yes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]