From 79e62039d2ca76bd034b4fd3f9c7a45de85eb28e Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Sun, 27 Dec 2015 11:14:23 +0000 Subject: Remove redundant checks for old GTK+ features (bzr r14547) --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 66bdb0260..fa97807b6 100644 --- a/configure.ac +++ b/configure.ac @@ -959,9 +959,6 @@ dnl Check for bind_textdomain_codeset, including -lintl if GLib brings it in. sp_save_LIBS=$LIBS LIBS="$LIBS $INKSCAPE_LIBS" AC_CHECK_FUNCS(bind_textdomain_codeset) -dnl Check for gtk_window_fullscreen in gtk (>= 2.2) -AC_CHECK_FUNCS(gtk_window_set_default_icon_from_file) -AC_CHECK_FUNCS(gtk_window_fullscreen) LIBS=$sp_save_LIBS -- cgit v1.2.3