]> 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>
Sun, 9 Oct 2022 07:30:42 +0000 (09:30 +0200)
commit98041aadd05dfbd438b386e376e67d8ca127d64e
tree922601cd8d5b209247b0d8b515fabfc245c1d80e
parentc1507cb1a0c4934017b092cd82e7c84bae9244cc
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