summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-05-05 14:52:51 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-05-05 16:23:14 +0200
commit2794c1945a5c6921c8ba6a1bdbbe6d67eb8bbd69 (patch)
treeaf8dd57e430c7a169a9af5ac327029bc6d522343 /configure.in
parentfix typo (diff)
downloadcore-2794c1945a5c6921c8ba6a1bdbbe6d67eb8bbd69.tar.gz
core-2794c1945a5c6921c8ba6a1bdbbe6d67eb8bbd69.zip
remove classic theme from configure
If you'd use it, you'd get icons from fallback themes. That I consider misleading. Change-Id: I I Id1d71ef3f2e90f783d03ef8287f53f05ce4aa9a9
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ee346e038abc..209efe6ace40 100644
--- a/configure.in
+++ b/configure.in
@@ -975,7 +975,7 @@ AC_ARG_WITH(vba-package-format,
AC_ARG_WITH(theme,
AS_HELP_STRING([--with-theme="theme1 theme2..."],
[Choose which themes to include. By default those themes with an '*' are included.
- Possible choices: classic, *crystal, *default (galaxy), *hicontrast, human, industrial, *oxygen, *tango.]),
+ Possible choices: *crystal, *default (galaxy), *hicontrast, human, industrial, *oxygen, *tango.]),
,)
AC_ARG_WITH(helppack-integration,
@@ -9613,7 +9613,7 @@ fi
WITH_THEMES=""
for theme in $with_theme; do
case $theme in
- classic|crystal|default|galaxy|hicontrast|human|industrial|oxygen|tango) : ;;
+ crystal|default|galaxy|hicontrast|human|industrial|oxygen|tango) : ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac
WITH_THEMES="$WITH_THEMES $theme"