Blob Blame History Raw
--- sugar-artwork-0.88.1/configure.ac.orig	2010-07-11 16:10:44.884318447 +0100
+++ sugar-artwork-0.88.1/configure.ac	2010-07-11 16:11:02.071524030 +0100
@@ -19,11 +19,6 @@
 AC_HEADER_STDC
 AC_PROG_LIBTOOL
 
-AC_PATH_PROG([ICON_SLICER], [icon-slicer])
-if test -z "$ICON_SLICER"; then
-    AC_MSG_ERROR([icon-slicer is required])
-fi
-
 PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.0,,
 	          AC_MSG_ERROR([GTK+-2.0 is required to compile sugar-artwork]))