configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e5114027382a092e91b5280a54db256bf0b5c556
Author: Luboš Luňák <l.lu...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to