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

Muhammet Kara muhammet.kara at pardus.org.tr
Mon Jun 4 08:34:28 UTC 2018


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 100b6a229e0ab9888578c138cd38424d16dec608
Author: Muhammet Kara <muhammet.kara at pardus.org.tr>
Date:   Mon Jun 4 09:48:06 2018 +0300

    Fix typo in the JAVA_HOME warning
    
    Change-Id: I7ca28487f780e8d28198f98dc3702aa6cbdb1a11
    Reviewed-on: https://gerrit.libreoffice.org/55262
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/configure.ac b/configure.ac
index b52bba7332c2..2626b74d6472 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7056,10 +7056,10 @@ _ACEOF
     if test "$JAVA_HOME_OK" = "NO"; then
         AC_MSG_WARN([JAVA_HOME was not explicitly informed with --with-jdk-home. the configure script])
         AC_MSG_WARN([attempted to find JAVA_HOME automatically, but apparently it failed])
-        AC_MSG_WARN([in case JAVA_HOME is incorrectly set, some projects with not be built correctly])
+        AC_MSG_WARN([in case JAVA_HOME is incorrectly set, some projects will not be built correctly])
         add_warning "JAVA_HOME was not explicitly informed with --with-jdk-home. the configure script"
         add_warning "attempted to find JAVA_HOME automatically, but apparently it failed"
-        add_warning "in case JAVA_HOME is incorrectly set, some projects with not be built correctly"
+        add_warning "in case JAVA_HOME is incorrectly set, some projects will not be built correctly"
     fi
     PathFormat "$JAVA_HOME"
     JAVA_HOME="$formatted_path"


More information about the Libreoffice-commits mailing list