mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 18:12:12 +02:00
Bump the minimum glib version to 2.28
This commit is contained in:
parent
b8f7eaad40
commit
524580bc23
2 changed files with 2 additions and 2 deletions
2
INSTALL
2
INSTALL
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue