raise glib version requirement to 2.32 for g_hash_table_contains

This commit is contained in:
Ailin Nemui 2021-01-28 21:25:53 +01:00
commit 7adf81f9b5
4 changed files with 4 additions and 4 deletions

View file

@ -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)