summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2011-09-17 12:57:29 +0200
committerTomas Chvatal <tchvatal@suse.cz>2011-09-17 12:57:29 +0200
commit6a1e292d1684d8e7ac4e26cd15abff19841165a8 (patch)
tree1feb4232ba0b720b64f18b6878b9670a187f6995 /configure.in
parentd0c339682a9c1e3df5d80e899ff2248bfe594b52 (diff)
Whitespace once again.
Vim tends to replace 8 spaces with 1 tab, must reconfigure...
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c3cff3e03d6e..6ea36b4bcd00 100755
--- a/configure.in
+++ b/configure.in
@@ -7755,7 +7755,7 @@ WITH_THEMES=""
for theme in $with_theme; do
AS_CASE([$theme],
[default|crystal|hicontrast|oxygen|tango], [],
- [AC_MSG_ERROR([Unknown value for --with-themes: $theme])]
+ [AC_MSG_ERROR([Unknown value for --with-themes: $theme])]
)
WITH_THEMES="$WITH_THEMES $theme"
SCPDEFS="$SCPDEFS -DTHEME_`echo $theme|tr '[:lower:]' '[:upper:]'`"