]> git.ipfire.org Git - thirdparty/gettext.git/commit
Don't check for java nor javac when --disable-java is specified.
authorBruno Haible <bruno@clisp.org>
Mon, 20 Jun 2022 06:56:18 +0000 (08:56 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 20 Jun 2022 06:56:18 +0000 (08:56 +0200)
commit971dcbdbebb05d7ae8aa6399a0c79442fa996c5c
treea94ae13a76b79ba672ff3a21170cae7123fc1bb3
parent3be051d736bdb9c8b7860d5e829aab2540d1dfb1
Don't check for java nor javac when --disable-java is specified.

This avoid annoying dialogs on macOS when Java has not been installed so far.
Reported by Iain Sandoe <idsandoe@googlemail.com> in
<https://gcc.gnu.org/pipermail/gcc/2022-June/238929.html>.

* gettext-runtime/configure.ac: When JAVA_CHOICE is 'no', bypass the gt_JAVACOMP
and JAR tests.
* gettext-tools/configure.ac: When JAVA_CHOICE is 'no', bypass the gt_JAVAEXEC,
gt_JAVACOMP, and JAR tests.
gettext-runtime/configure.ac
gettext-tools/configure.ac