Kaydet (Commit) 76fac398 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak Kaydeden (comit) Lionel Elie Mamane

--with-theme is without trailing s

Signed-off-by: 's avatarLionel Elie Mamane <lionel@mamane.lu>
üst e07efd07
......@@ -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:]]'`"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment