mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-15 22:05:01 -05:00
g_slist_copy_deep() requires GLib 2.34
This commit is contained in:
parent
198dc9eb43
commit
de819e12bf
@ -184,7 +184,7 @@ dnl *********************************************************************
|
|||||||
dnl ** GLIB *************************************************************
|
dnl ** GLIB *************************************************************
|
||||||
dnl *********************************************************************
|
dnl *********************************************************************
|
||||||
|
|
||||||
AM_PATH_GLIB_2_0(2.28.0, glib=yes, glib=no)
|
AM_PATH_GLIB_2_0(2.34.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
|
||||||
|
@ -22,7 +22,7 @@ in general. HexChat runs on most BSD and POSIX compliant operating systems.
|
|||||||
## Requirements:
|
## Requirements:
|
||||||
|
|
||||||
* GTK+ 2.24
|
* GTK+ 2.24
|
||||||
* GLib 2.28
|
* GLib 2.34
|
||||||
|
|
||||||
HexChat is known to work on, at least:
|
HexChat is known to work on, at least:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user