Kaydet (Commit) 62a318ee authored tarafından Tomas Chvatal's avatar Tomas Chvatal

Add all the available themes to the list.

üst 0bbf7900
......@@ -9472,13 +9472,13 @@ dnl ===================================================================
AC_MSG_CHECKING([which themes to include])
# if none given, use all available themes
if test "x$with_theme" = "x" -o "x$with_theme" = "xyes"; then
with_theme="default crystal hicontrast oxygen tango"
with_theme="crystal hicontrast human oxygen tango"
fi
WITH_THEMES=""
for theme in $with_theme; do
case $theme in
default|crystal|hicontrast|oxygen|tango|human) : ;;
classic|crystal|galaxy|hicontrast|human|industrial|oxygen|tango) : ;;
*) AC_MSG_ERROR([Unknown value for --with-theme: $theme]) ;;
esac
WITH_THEMES="$WITH_THEMES $theme"
......
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