diff options
author | Tomas Chvatal <tchvatal@suse.cz> | 2011-09-17 12:57:29 +0200 |
---|---|---|
committer | Tomas Chvatal <tchvatal@suse.cz> | 2011-09-17 12:57:29 +0200 |
commit | 6a1e292d1684d8e7ac4e26cd15abff19841165a8 (patch) | |
tree | 1feb4232ba0b720b64f18b6878b9670a187f6995 /configure.in | |
parent | d0c339682a9c1e3df5d80e899ff2248bfe594b52 (diff) |
Whitespace once again.
Vim tends to replace 8 spaces with 1 tab, must reconfigure...
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
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:]'`" |