[Libreoffice-commits] core.git: configure.ac
LuboÅ¡ LuÅák
l.lunak at suse.cz
Fri Mar 29 05:38:23 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e5114027382a092e91b5280a54db256bf0b5c556
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Fri Mar 29 13:37:08 2013 +0100
--enable-gio requires GVariant, which is >= 2.24
Change-Id: If9430ee2d0b92225cbd492f24598852b06f23079
diff --git a/configure.ac b/configure.ac
index 52efca7..2d67af7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9361,7 +9361,7 @@ if test "$test_gtk" = "yes"; then
fi
ENABLE_GIO="TRUE"
AC_MSG_RESULT([yes])
- PKG_CHECK_MODULES( GIO, gio-2.0 )
+ PKG_CHECK_MODULES( GIO, gio-2.0 >= 2.24 )
else
AC_MSG_RESULT([no])
fi
More information about the Libreoffice-commits
mailing list