summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-08-21 18:08:26 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-21 18:08:26 +0200
commit16c4258332e9f1b261c504eb000d022c513facd8 (patch)
tree93c182f89dd4ba21dc428c404c28c4d1b72fff78 /configure.ac
parent729fe73bea6c0480359526409c2c094471d1798f (diff)
allow sifr
Change-Id: Id15942828d0fac3f509b6541a2c82dc62e046cd7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 55f66db48f1f..0534b2781f85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12686,7 +12686,7 @@ if test "$enable_mpl_subset" = "yes"; then
fi
for theme in $WITH_THEMES; do
case $theme in
- crystal|default|hicontrast|human|oxygen|sifr)
+ crystal|default|hicontrast|human|oxygen)
AC_MSG_ERROR([need to disable icon themes from '$WITH_THEMES': $theme present, use --with-theme=tango]) ;;
*) : ;;
esac