mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
raise glib version requirement to 2.32 for g_hash_table_contains
This commit is contained in:
parent
b47257048c
commit
7adf81f9b5
4 changed files with 4 additions and 4 deletions
|
|
@ -273,7 +273,7 @@ for try in 1 2; do
|
|||
echo "*** trying without -lgmodule"
|
||||
glib_modules=
|
||||
fi
|
||||
AM_PATH_GLIB_2_0(2.28.0,,, $glib_modules)
|
||||
AM_PATH_GLIB_2_0(2.32.0,,, $glib_modules)
|
||||
if test "$GLIB_LIBS"; then
|
||||
if test $glib_modules = gmodule; then
|
||||
AC_DEFINE(HAVE_GMODULE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue