add human theme to configure

This commit is contained in:
Bjoern Michaelsen
2012-01-17 01:13:09 +01:00
parent 605b8a0bc0
commit f8766b4c48

View File

@@ -882,7 +882,7 @@ AC_ARG_WITH(vba-package-format,
AC_ARG_WITH(theme, AC_ARG_WITH(theme,
AS_HELP_STRING([--with-theme="theme1 theme2..."], AS_HELP_STRING([--with-theme="theme1 theme2..."],
[Choose which themes to include. By default those themes with an '*' are included. [Choose which themes to include. By default those themes with an '*' are included.
Possible choices: *default, *crystal, *hicontrast, *oxygen, *tango, classic, industrial.]), Possible choices: *default, *crystal, *hicontrast, *oxygen, *tango, classic, industrial, human.]),
,) ,)
AC_ARG_WITH(helppack-integration, AC_ARG_WITH(helppack-integration,
@@ -8753,7 +8753,7 @@ fi
WITH_THEMES="" WITH_THEMES=""
for theme in $with_theme; do for theme in $with_theme; do
case $theme in case $theme in
default|crystal|hicontrast|oxygen|tango) : ;; default|crystal|hicontrast|oxygen|tango|human) : ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;; *) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac esac
WITH_THEMES="$WITH_THEMES $theme" WITH_THEMES="$WITH_THEMES $theme"