configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a51d6bf40f2bd51263c547943a315a5738c14c13 Author: LuboÅ¡ LuÅák <l.lu...@suse.cz> Date: Fri Mar 29 14:57:02 2013 +0100
Revert "--enable-gio requires GVariant, which is >= 2.24" It is actually only the shell/Library_losessioninstall.mk that requires GVariant, and that one is Linux-only, all other GIO stuff is fine. Which means now e.g. the ARM tinderbox fails. Revert, and either ignore or wait for somebody to write a better check. This reverts commit e5114027382a092e91b5280a54db256bf0b5c556. diff --git a/configure.ac b/configure.ac index 2d67af7..52efca7 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 >= 2.24 ) + PKG_CHECK_MODULES( GIO, gio-2.0 ) else AC_MSG_RESULT([no]) fi
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits