Blame SOURCES/evolution-3.12.5-drop-icon-theme-dep.patch

4b6d7b
diff -up evolution-3.12.11/configure.ac.drop-icon-theme-dep evolution-3.12.11/configure.ac
4b6d7b
--- evolution-3.12.11/configure.ac.drop-icon-theme-dep	2015-01-12 12:33:47.000000000 +0100
4b6d7b
+++ evolution-3.12.11/configure.ac	2015-05-04 16:58:37.036720821 +0200
4b6d7b
@@ -49,7 +49,6 @@ m4_define([gtkhtml_minimum_version], [4.
4b6d7b
 m4_define([gdk_pixbuf_minimum_version], [2.24.0])
4b6d7b
 m4_define([gcr_minimum_version], [3.4])
4b6d7b
 m4_define([gnome_desktop_minimum_version], [2.91.3])
4b6d7b
-m4_define([gnome_icon_theme_minimum_version], [2.30.2.1])
4b6d7b
 m4_define([gsettings_desktop_schemas_minimum_version], [2.91.92])
4b6d7b
 m4_define([webkitgtk_minimum_version], [2.0.1])
4b6d7b
 m4_define([libgdata_minimum_version], [0.10])
4b6d7b
@@ -503,25 +502,6 @@ AC_CHECK_HEADERS(sys/wait.h, AC_DEFINE(H
4b6d7b
 AC_CHECK_FUNCS(mkdtemp)
4b6d7b
 
4b6d7b
 dnl **************************************************
4b6d7b
-dnl Gnome Icon Theme
4b6d7b
-dnl **************************************************
4b6d7b
-AC_MSG_CHECKING(for icon theme)
4b6d7b
-PKG_CHECK_EXISTS([gnome-icon-theme >= gnome_icon_theme_minimum_version],
4b6d7b
-		 have_icon_theme=yes, have_icon_theme=no)
4b6d7b
-if test "x$have_icon_theme" != "xyes"; then
4b6d7b
-	PKG_CHECK_EXISTS([adwaita-icon-theme],
4b6d7b
-		 have_icon_theme=yes, have_icon_theme=no)
4b6d7b
-fi
4b6d7b
-
4b6d7b
-if test "x$have_icon_theme" != "xyes"; then
4b6d7b
-   AC_MSG_RESULT(no)
4b6d7b
-   AC_MSG_FAILURE([You need to have gnome-icon-theme or adwaita-icon-theme installed.])
4b6d7b
-else
4b6d7b
-   AC_MSG_RESULT(yes)
4b6d7b
-fi
4b6d7b
-
4b6d7b
-
4b6d7b
-dnl **************************************************
4b6d7b
 dnl Accessibility support
4b6d7b
 dnl **************************************************
4b6d7b
 PKG_CHECK_MODULES([A11Y], [atk])