config_host.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4ba96f77df9c3e04c674a655807e1686670da5f1 Author: Thorsten Behrens <[email protected]> Date: Fri Aug 24 14:45:41 2012 +0200 Use correct intro bitmap, as passed to configure Fix typo that had intro bitmap always be default in 3.6 series. Change-Id: I7822ab75c718040128231f5d50913c3b128d49fd Reviewed-on: https://gerrit.libreoffice.org/475 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Miklos Vajna <[email protected]> diff --git a/config_host.mk.in b/config_host.mk.in index 733f904..96635db 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -233,7 +233,7 @@ export INPATH=@INPATH@ export INPATH_FOR_BUILD=@INPATH_FOR_BUILD@ export INSTALLDIR=@INSTALLDIR@ export INSTALLDIRNAME=@INSTALLDIRNAME@ -export INTRO_BIPMAP=@INTRO_BITMAP@ +export INTRO_BITMAP=@INTRO_BITMAP@ export JAVAFLAGS=@JAVAFLAGS@ export JAVAIFLAGS=@JAVAIFLAGS@ export JAVAINTERPRETER=@JAVAINTERPRETER@ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
