We require glib 2.40 now

Sun, 26 Nov 2017 21:13:44 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Sun, 26 Nov 2017 21:13:44 -0600
changeset 38846
a83219b36b01
parent 38845
f451f9216e9d
child 38847
6b3d5359cb93

We require glib 2.40 now

libpurple/tests/test_protocol_xfer.c file | annotate | diff | comparison | revisions
--- a/libpurple/tests/test_protocol_xfer.c	Sun Nov 26 21:11:46 2017 -0600
+++ b/libpurple/tests/test_protocol_xfer.c	Sun Nov 26 21:13:44 2017 -0600
@@ -160,9 +160,7 @@
 
 	g_test_init(&argc, &argv, NULL);
 
-	#if GLIB_CHECK_VERSION(2, 38, 0)
 	g_test_set_nonfatal_assertions();
-	#endif /* GLIB_CHECK_VERSION(2, 38, 0) */
 
 	test_ui_purple_init();
 

mercurial