aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-04-19 23:21:14 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-04-19 23:21:14 +0800
commitdafcdb315ad45b42ce2fcd7b026855a4c48dd65d (patch)
tree95cc0c6f980c454e718d5e01628b6d25f6b14868 /configure.in
parent69bf3985321f43107a694855c764500c89b05deb (diff)
downloadgsoc2013-evolution-dafcdb315ad45b42ce2fcd7b026855a4c48dd65d.tar
gsoc2013-evolution-dafcdb315ad45b42ce2fcd7b026855a4c48dd65d.tar.gz
gsoc2013-evolution-dafcdb315ad45b42ce2fcd7b026855a4c48dd65d.tar.bz2
gsoc2013-evolution-dafcdb315ad45b42ce2fcd7b026855a4c48dd65d.tar.lz
gsoc2013-evolution-dafcdb315ad45b42ce2fcd7b026855a4c48dd65d.tar.xz
gsoc2013-evolution-dafcdb315ad45b42ce2fcd7b026855a4c48dd65d.tar.zst
gsoc2013-evolution-dafcdb315ad45b42ce2fcd7b026855a4c48dd65d.zip
Require gnome-icon-theme >= 1.2.0
2004-04-19 Rodney Dawes <dobey@ximian.com> * configure.in: Require gnome-icon-theme >= 1.2.0 2004-04-19 Michael Terry <mike@mterry.name> * data/evolution.desktop.in.in: Use the icon theme svn path=/trunk/; revision=25518
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 5231209e41..1eeb8fbfab 100644
--- a/configure.in
+++ b/configure.in
@@ -261,6 +261,10 @@ if test "x$ac_cv_gethostbyaddr_r_seven_args" = "xyes" ; then
AC_DEFINE(GETHOSTBYADDR_R_SEVEN_ARGS, 1, [Solaris-style gethostbyaddr_r])
fi
+dnl **************************************************
+dnl * Gnome Icon Theme
+dnl **************************************************
+PKG_CHECK_MODULES(GIT, gnome-icon-theme >= 1.2.0)
dnl **************************************************
dnl * Accessibility support