G_FILE_COPY_TARGET_DEFAULT_PERMS requires GLib 2.20+

This commit is contained in:
Berke Viktor 2013-04-14 11:00:01 +02:00
parent 4e601cf14c
commit 9272eb4325
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ dnl *********************************************************************
dnl ** GLIB ************************************************************* dnl ** GLIB *************************************************************
dnl ********************************************************************* 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 if test "$glib" = no; then
AC_MSG_ERROR(Cannot find GLib!) AC_MSG_ERROR(Cannot find GLib!)
fi fi

View File

@ -22,7 +22,7 @@ in general. HexChat runs on most BSD and POSIX compliant operating systems.
## Requirements: ## Requirements:
* GTK+ 2.14 * GTK+ 2.14
* GLib 2.14 * GLib 2.20
HexChat is known to work on, at least: HexChat is known to work on, at least: