]> granicus.if.org Git - graphviz/commitdiff
some reduction in deprecated function warnings on fc20
authorJohn Ellson <ellson@research.att.com>
Wed, 6 Nov 2013 18:09:28 +0000 (13:09 -0500)
committerJohn Ellson <ellson@research.att.com>
Wed, 6 Nov 2013 18:09:28 +0000 (13:09 -0500)
configure.ac

index e677f92daeca31bdcbe17a19a08d93c766275f31..e74e06d6a1fd303749ad668820fc379d7052e7b1 100644 (file)
@@ -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)"