RFR: 8296478: Rework 8282948 and 8282700 to use the new autoconf UTIL_ARG_WITH [v2]
Julian Waters
jwaters at openjdk.org
Tue Dec 6 13:14:07 UTC 2022
On Tue, 6 Dec 2022 10:09:58 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> Something concerning is happening when I do that: The code in the CHECK_VALUE block from the resulting configure script has all of the square brackets completely nuked, which is causing the logic in it to always fail. Switching back to IF_GIVEN on my end doesn't help either, it now always destroys all the brackets as well when it was working fine before. Something might be going wrong in the actual utility itself, but I can't tell what exactly :/
>
> Is this still a problem after your DEFUN_NAMED fixes?
Nope, works spectacularly now ;) I'll switch over to CHECK_VALUE as soon as possible
-------------
PR: https://git.openjdk.org/jdk/pull/11020
More information about the build-dev
mailing list