summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 164db54..b54ed04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,13 @@ dnl AC_MSG_RESULT(not found)
dnl AC_MSG_ERROR(required pyglade version not found)
dnl fi
+AC_ARG_ENABLE(icon-update, AC_HELP_STRING([--disable-icon-update],
+ [Disable icon cache update]))
+if (test "$enable_icon_update" != no); then
+ AC_PATH_PROG(UPDATE_ICON_CACHE, [gtk-update-icon-cache])
+fi
+AM_CONDITIONAL([ICON_UPDATE], [test -n "$UPDATE_ICON_CACHE"])
+
AC_CONFIG_FILES([
Makefile
po/Makefile.in