mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
g_sequence backing for window list
This commit is contained in:
parent
618c8bd10e
commit
560283ba4e
2 changed files with 145 additions and 61 deletions
|
|
@ -237,7 +237,7 @@ for try in 1 2; do
|
|||
echo "*** trying without -lgmodule"
|
||||
glib_modules=
|
||||
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_modules = gmodule; then
|
||||
AC_DEFINE(HAVE_GMODULE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue