Fix splash screen.

Regression from ea6c029dfc, sorry.

Change-Id: I91a5d4b0a47a6902df7d163f322d9d437f6990d3
This commit is contained in:
Jan Holesovsky
2014-02-04 11:23:31 +01:00
parent 6ad41af76f
commit 3ebbd27314

View File

@@ -12301,7 +12301,8 @@ dnl branding
dnl ===================================================================
AC_MSG_CHECKING([for alternative branding images directory])
# initialize mapped arrays
BRAND_INTRO_IMAGES="flat_logo.svg intro.png about.svg"
BRAND_INTRO_IMAGES="flat_logo.svg intro.png"
brand_files="$BRAND_INTRO_IMAGES about.svg"
if test -z "$with_branding" -o "$with_branding" = "no"; then
AC_MSG_RESULT([none])