summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-03 19:22:15 +0200
committerraveit65 <[email protected]>2015-04-03 19:23:13 +0200
commit9183d0fb3ebe3f80e5ccedae8be8b0fa843e6fa2 (patch)
treef00cb33ba72b99c59cc906ad874c38e2c8f45d50 /configure.ac
parent41e2ac1ef8ef59a8ddf211beb34134dec3e32c3a (diff)
downloadmate-themes-9183d0fb3ebe3f80e5ccedae8be8b0fa843e6fa2.tar.bz2
mate-themes-9183d0fb3ebe3f80e5ccedae8be8b0fa843e6fa2.tar.xz
remove --enable-all-themes configure option
no need anymore after LargePrint theme removal
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 2f825208..d3503696 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,13 +82,6 @@ fi
AC_SUBST(ICONMAP)
AM_CONDITIONAL(LEGACY_ICON_MAPPING, test "x$enable_mapping" != "xno")
-# Configure options for extra a11y themes
-AC_ARG_ENABLE(all-themes,
- AC_HELP_STRING([--enable-all-themes],
- [Install all a11y theme sets, default is core a11y themes only]),,
- [enable_all_themes=no])
-AM_CONDITIONAL(CORE_THEMES_ONLY, test "$enable_all_themes" = no)
-
dnl used to substitute in common sections of theme gtkrc files
gtk_stock_icons_rc=${srcdir}/common/gtk-stock-icons.rc
panel_stock_icons_rc=${srcdir}/common/panel-stock-icons.rc
@@ -288,6 +281,5 @@ mate-themes-$VERSION:
Enable placeholders: ${enable_placeholders}
Enable legacy icons: ${enable_mapping}
- Enable all themes: ${enable_all_themes}
"