summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-12-03 22:13:29 +0700
committerLionel Elie Mamane <lionel@mamane.lu>2011-12-11 08:29:21 +0100
commit76fac398dd71364302a261a18d8015fd250543cd (patch)
treeb85cc0316e62739eeac681bad560ec91e66881a2 /configure.in
parente07efd070d22cc7c540ffda55043ab7277d46a3e (diff)
--with-theme is without trailing s
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 951ab6077cf7..26e2fd80c252 100644
--- a/configure.in
+++ b/configure.in
@@ -8039,7 +8039,7 @@ WITH_THEMES=""
for theme in $with_theme; do
case $theme in
default|crystal|hicontrast|oxygen|tango) : ;;
- *) AC_MSG_ERROR([Unknown value for --with-themes: $theme]) ;;
+ *) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac
WITH_THEMES="$WITH_THEMES $theme"
SCPDEFS="$SCPDEFS -DTHEME_`echo $theme|tr '[[:lower:]]' '[[:upper:]]'`"