diff options
author | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2014-10-08 23:10:42 +0300 |
---|---|---|
committer | Alberts Muktupāvels <alberts.muktupavels@gmail.com> | 2014-10-08 23:10:42 +0300 |
commit | d7080c75a420f922d7dbe8a0cf8b060970e70ca0 (patch) | |
tree | 249bf3b45c22958f72e85fec5f79c8b72810224a /configure.ac | |
parent | 6b0d325442b995a78b8783384f7ec370db1369a4 (diff) | |
download | metacity-d7080c75a420f922d7dbe8a0cf8b060970e70ca0.tar.gz |
remove last use of custom icons
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 1882648b..cd3645d9 100644 --- a/configure.ac +++ b/configure.ac @@ -473,14 +473,6 @@ AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes") HOST_ALIAS=$host_alias AC_SUBST(HOST_ALIAS) -AC_PATH_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource, no) - -if test x"$GDK_PIXBUF_CSOURCE" = xno; then - AC_MSG_ERROR([gdk-pixbuf-csource executable not found in your path - should be installed with GTK]) -fi - -AC_SUBST(GDK_PIXBUF_CSOURCE) - AC_PATH_PROG(ZENITY, zenity, no) if test x"$ZENITY" = xno; then AC_MSG_ERROR([zenity not found in your path - needed for dialogs]) |