Kaydet (Commit) 0fbd4e60 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

Return soon if build with --without-java, as no checks are needed.

üst 395bb9c3
...@@ -813,6 +813,9 @@ static void extend_library_path (const char *new_element) ...@@ -813,6 +813,9 @@ static void extend_library_path (const char *new_element)
static void static void
exec_javaldx (Args *args) exec_javaldx (Args *args)
{ {
#ifndef SOLAR_JAVA
return 0;
#endif
char newpath[4096]; char newpath[4096];
sal_uInt32 nArgs; sal_uInt32 nArgs;
rtl_uString *pApp; rtl_uString *pApp;
......
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