diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-11-27 00:20:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-11-28 12:58:40 +0200 |
commit | 7c8c4f783101a427da5e1f44eede054595a72605 (patch) | |
tree | d8f4741561f76bb9a636b7ffb8a19b2b2a4edd10 /configure.in | |
parent | d13e9baca52a9e8f07312ee03915bcdeac1ab4cd (diff) |
Add comment about SOLAR_JAVA's alleged "BUILD" value
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2f8cf7ff03d4..3977d7f57bc5 100644 --- a/configure.in +++ b/configure.in @@ -3875,7 +3875,12 @@ AC_SUBST(SOLAR_JAVA) dnl SOLAR_JAVA="YES" (yes, silly name, should rename) indicates whether we dnl want there to be *run-time* (and build-time) support for Java extensions in the dnl built LibreOffice. -dnl SOLAR_JAVA="BUILD" indicate build-time only support (no runtime support) + +dnl SOLAR_JAVA="BUILD" is claimed to indicate build-time only support +dnl (no runtime support). It doesn't seem to ever be set to this +dnl value, though, and everywhere SOLAR_JAVA is only checked for being +dnl empty or non-empty. + dnl SOLAR_JAVA="" indicate no java support at all if test "$_os" = "Linux" && test "$host_cpu" = "powerpc"; then |