diff options
author | Tomas Chvatal <tchvatal@suse.cz> | 2012-05-05 11:32:27 +0200 |
---|---|---|
committer | Tomas Chvatal <tchvatal@suse.cz> | 2012-05-05 11:32:27 +0200 |
commit | f7620350edff408bb8b3bf192cdb713f5b0304f1 (patch) | |
tree | df97de788fd4adb037167ec9d92759f018831413 /configure.in | |
parent | 567c1db25bd705faac44203e4a3d01d0f5e1385c (diff) |
Add * marking default enabled for crystal theme.
Also add galaxy to known list as it is pseudo alias for default.
Change-Id: I5c1175a950319e73da29e77daca9243f165243f1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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" |