summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-01-17 01:13:09 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-01-17 02:35:05 +0100
commitf8766b4c489e5fb7101ae71fbe41fceaff88f941 (patch)
tree46e9889c6bc00668d2b137eb7349ec4b3a11231c /configure.in
parent605b8a0bc0201ea0bb07190a57213236dd009216 (diff)
add human theme to configure
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 20411f37272d..251cfa8a5d9d 100644
--- a/configure.in
+++ b/configure.in
@@ -882,7 +882,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: *default, *crystal, *hicontrast, *oxygen, *tango, classic, industrial.]),
+ Possible choices: *default, *crystal, *hicontrast, *oxygen, *tango, classic, industrial, human.]),
,)
AC_ARG_WITH(helppack-integration,
@@ -8753,7 +8753,7 @@ fi
WITH_THEMES=""
for theme in $with_theme; do
case $theme in
- default|crystal|hicontrast|oxygen|tango) : ;;
+ default|crystal|hicontrast|oxygen|tango|human) : ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac
WITH_THEMES="$WITH_THEMES $theme"