summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2012-05-05 11:32:27 +0200
committerTomas Chvatal <tchvatal@suse.cz>2012-05-05 11:32:27 +0200
commitf7620350edff408bb8b3bf192cdb713f5b0304f1 (patch)
treedf97de788fd4adb037167ec9d92759f018831413
parent567c1db25bd705faac44203e4a3d01d0f5e1385c (diff)
Add * marking default enabled for crystal theme.
Also add galaxy to known list as it is pseudo alias for default. Change-Id: I5c1175a950319e73da29e77daca9243f165243f1
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c79ee5ddc837..f10aac1a921e 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: *classic, crystal, *default (galaxy), *hicontrast, human, industrial, *oxygen, *tango.]),
,)
AC_ARG_WITH(helppack-integration,
@@ -9614,7 +9614,7 @@ fi
WITH_THEMES=""
for theme in $with_theme; do
case $theme in
- classic|crystal|default|hicontrast|human|industrial|oxygen|tango) : ;;
+ classic|crystal|default|galaxy|hicontrast|human|industrial|oxygen|tango) : ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac
WITH_THEMES="$WITH_THEMES $theme"