[Libreoffice-commits] .: desktop/unx
Tomáš Chvátal
tchvatal at kemper.freedesktop.org
Fri Sep 16 20:29:36 PDT 2011
desktop/unx/source/start.c | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 0fbd4e60fcd62b75b9fd71370e43c5994f9be6c9
Author: Tomas Chvatal <tchvatal at suse.cz>
Date: Sat Sep 17 05:29:48 2011 +0200
Return soon if build with --without-java, as no checks are needed.
diff --git a/desktop/unx/source/start.c b/desktop/unx/source/start.c
index 56efe95..4da2c70 100755
--- a/desktop/unx/source/start.c
+++ b/desktop/unx/source/start.c
@@ -813,6 +813,9 @@ static void extend_library_path (const char *new_element)
static void
exec_javaldx (Args *args)
{
+#ifndef SOLAR_JAVA
+ return 0;
+#endif
char newpath[4096];
sal_uInt32 nArgs;
rtl_uString *pApp;
More information about the Libreoffice-commits
mailing list