Kaydet (Commit) 100b6a22 authored tarafından Muhammet Kara's avatar Muhammet Kara

Fix typo in the JAVA_HOME warning

Change-Id: I7ca28487f780e8d28198f98dc3702aa6cbdb1a11
Reviewed-on: https://gerrit.libreoffice.org/55262Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 5ad5f5ec
......@@ -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"
......
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