mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Fix test compilation on old glib
e.g. Debian 7
This commit is contained in:
parent
e19d6ee219
commit
3075cbc6fb
1 changed files with 2 additions and 0 deletions
|
|
@ -165,7 +165,9 @@ int main(int argc, char **argv)
|
|||
server_destroy_flood_set_up, test_server_destroy_flood,
|
||||
server_destroy_flood_tear_down);
|
||||
|
||||
#if GLIB_CHECK_VERSION(2,38,0)
|
||||
g_test_set_nonfatal_assertions();
|
||||
#endif
|
||||
|
||||
core_preinit(*argv);
|
||||
irssi_gui = IRSSI_GUI_NONE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue