configure.ac: also check for gtk-update-icon-cache-3.0

not only gtk-update-icon-cache, the exacutable name seems to depend on
how GTK is built and packaged.
This commit is contained in:
Michael Natterer 2019-06-02 15:57:42 +02:00
parent a14834e336
commit df0c659f8b
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ PKG_CHECK_MODULES(GTK, gtk+-3.0 >= gtk_required_version,,
[add_deps_error([gtk+-3.0 >= gtk_required_version],
[Test for GTK+ failed.])])
AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache, no)
AC_PATH_PROGS(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache-3.0 gtk-update-icon-cache, no)
if test "x$GTK_UPDATE_ICON_CACHE" = xno; then
add_deps_error([gtk-update-icon-cache],
[Could not find gtk-update-icon-cache in your PATH.])