[Libreoffice-commits] core.git: configure.ac

Jan Holesovsky kendy at collabora.com
Tue Feb 4 02:25:14 PST 2014


 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 3ebbd27314b0365c0cea21e16abf93f376a2a0e9
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Feb 4 11:23:31 2014 +0100

    Fix splash screen.
    
    Regression from ea6c029dfcf7733bb1ce07bc04d9f221f34758db, sorry.
    
    Change-Id: I91a5d4b0a47a6902df7d163f322d9d437f6990d3

diff --git a/configure.ac b/configure.ac
index 2c8a33a..a09e177 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])


More information about the Libreoffice-commits mailing list