From 9272eb43252e8956df6eedd2c96c718b247bca94 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 14 Apr 2013 11:00:01 +0200 Subject: G_FILE_COPY_TARGET_DEFAULT_PERMS requires GLib 2.20+ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 11a21991..81bcb0a8 100644 --- a/configure.ac +++ b/configure.ac @@ -178,7 +178,7 @@ dnl ********************************************************************* dnl ** GLIB ************************************************************* dnl ********************************************************************* -AM_PATH_GLIB_2_0(2.14.0, glib=yes, glib=no) +AM_PATH_GLIB_2_0(2.20.0, glib=yes, glib=no) if test "$glib" = no; then AC_MSG_ERROR(Cannot find GLib!) fi -- cgit 1.4.1