From 31b2da091333449be6d5ca90b78fcf5d8fb5e900 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Wed, 6 Nov 2013 13:09:28 -0500 Subject: [PATCH] some reduction in deprecated function warnings on fc20 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e677f92da..e74e06d6a 100644 --- a/configure.ac +++ b/configure.ac @@ -2393,7 +2393,7 @@ else AC_SUBST([GDK_LIBS]) save_LIBS=$LIBS LIBS="$LIBS $GDK_LIBS" - AC_CHECK_FUNCS([g_object_unref]) + AC_CHECK_FUNCS([g_object_unref g_type_init]) LIBS=$save_LIBS ],[ use_gdk_pixbuf="No (gdk library not available)" -- 2.40.0