Bump the minimum glib version to 2.28

This commit is contained in:
LemonBoy 2016-07-08 18:20:56 +02:00
commit 524580bc23
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
To compile irssi you need: To compile irssi you need:
- glib-2.6 or greater - glib-2.28 or greater
- pkg-config - pkg-config
- openssl (for ssl support) - openssl (for ssl support)
- perl-5.6 or greater (for perl support) - perl-5.6 or greater (for perl support)

View file

@ -258,7 +258,7 @@ for try in 1 2; do
echo "*** trying without -lgmodule" echo "*** trying without -lgmodule"
glib_modules= glib_modules=
fi fi
AM_PATH_GLIB_2_0(2.16.0,,, $glib_modules) AM_PATH_GLIB_2_0(2.28.0,,, $glib_modules)
if test "$GLIB_LIBS"; then if test "$GLIB_LIBS"; then
if test $glib_modules = gmodule; then if test $glib_modules = gmodule; then
AC_DEFINE(HAVE_GMODULE) AC_DEFINE(HAVE_GMODULE)