From f1a5fbb4d12c11d3e531b615ed71e235864967c7 Mon Sep 17 00:00:00 2001
From: Korrawit Pruegsanusak <detective.conan.1412@gmail.com>
Date: Sat, 3 Dec 2011 22:13:29 +0700
Subject: [PATCH 2/2] --with-theme is without trailing s

---
 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in b/configure.in
index 11638c9..f8aed0e 100644
--- a/configure.in
+++ b/configure.in
@@ -8035,7 +8035,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:]]'`"
-- 
1.7.5.1

