[Libreoffice-commits] core.git: configure.ac

Stephan Bergmann sbergman at redhat.com
Thu Feb 23 09:15:15 UTC 2017


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e52ad7191cc85938ff9338e8c18324bc42a80caa
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Feb 23 10:14:46 2017 +0100

    Use more conventional TRUE for JAVA_CLASSPATH_NOT_SET
    
    Change-Id: I3e782f9b7ae54a60ca0e71e66d7fb287837f47d7

diff --git a/configure.ac b/configure.ac
index 7c33f19..98d1336 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6808,7 +6808,7 @@ you must use the "--with-jdk-home" configure option explicitly])
                 AC_MSG_ERROR([JDK is too old, you need at least 1.6])
             fi
             if test "$_jdk_ver" -gt 10600; then
-                JAVA_CLASSPATH_NOT_SET="1"
+                JAVA_CLASSPATH_NOT_SET=TRUE
             fi
             if test "$_jdk_ver" -ge 10900; then
                 HAVE_JAVA9=TRUE


More information about the Libreoffice-commits mailing list