summaryrefslogtreecommitdiff
path: root/gck/test-gck-attributes.c
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-09-03 10:10:11 +0200
committerStef Walter <stefw@redhat.com>2014-09-03 11:13:43 +0200
commit6ee9bb7e551bd86c4dd829e7660b39efdf186549 (patch)
treecaf0cbd053b25b94d4e7aadad7b10544141fe628 /gck/test-gck-attributes.c
parentb9e365d0f5ddb43d9ebd3e7b33bd28a9b3ea741b (diff)
configure: Dump required GLib version to 2.38
We want to use 2.38.x and 2.36.x APIs in the GcrSshAskpass code and the 2.38.x has been available in most distributions for a while.
Diffstat (limited to 'gck/test-gck-attributes.c')
-rw-r--r--gck/test-gck-attributes.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gck/test-gck-attributes.c b/gck/test-gck-attributes.c
index 0cfd95e..c216ad1 100644
--- a/gck/test-gck-attributes.c
+++ b/gck/test-gck-attributes.c
@@ -1298,9 +1298,6 @@ test_find_attributes (void)
int
main (int argc, char **argv)
{
-#if !GLIB_CHECK_VERSION(2,35,0)
- g_type_init ();
-#endif
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/gck/value/to_boolean", test_value_to_boolean);