Kaydet (Commit) 7c8c4f78 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add comment about SOLAR_JAVA's alleged "BUILD" value

üst d13e9bac
...@@ -3875,7 +3875,12 @@ AC_SUBST(SOLAR_JAVA) ...@@ -3875,7 +3875,12 @@ AC_SUBST(SOLAR_JAVA)
dnl SOLAR_JAVA="YES" (yes, silly name, should rename) indicates whether we 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 want there to be *run-time* (and build-time) support for Java extensions in the
dnl built LibreOffice. 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 dnl SOLAR_JAVA="" indicate no java support at all
if test "$_os" = "Linux" && test "$host_cpu" = "powerpc"; then if test "$_os" = "Linux" && test "$host_cpu" = "powerpc"; then
......
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