[Libreoffice-commits] core.git: configure.ac
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 17 08:48:49 UTC 2019
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8a64a0a5819532517cf4a3f7e18b9d323e1aa31d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:25 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Apr 17 10:47:50 2019 +0200
Fix typo
Change-Id: I633047306372ce285bf3531c609f364addf927c8
Reviewed-on: https://gerrit.libreoffice.org/70854
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/configure.ac b/configure.ac
index 71e75103d38f..355e85bedff9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7240,7 +7240,7 @@ if test "$ENABLE_JAVA" != ""; then
# check if JAVA_HOME was (maybe incorrectly?) set automatically to /usr
if test "$JAVA_HOME" = "/usr" -a "x$with_jdk_home" = "x"; then
if basename $(readlink $(readlink $JAVACOMPILER)) >/dev/null 2>/dev/null; then
- # try to recover first by looking whether we have a alternatives
+ # try to recover first by looking whether we have an alternative
# system as in Debian or newer SuSEs where following /usr/bin/javac
# over /etc/alternatives/javac leads to the right bindir where we
# just need to strip a bit away to get a valid JAVA_HOME
More information about the Libreoffice-commits
mailing list