On 3/3/24 4:30 AM, Bruno Haible wrote: > In the original commit, I removed the error message > "option --conditional-dependencies is not supported with --with-tests" > only at one place (the command-line option checks), but left it in > func_import. > You are removing it in both places (mode == 'import' as well as mode != > 'import).
Oops, I just noticed the ChangeLog says (Options) next to "Don't reject the combination of --conditional-dependencies with --with-tests." For some reason my brain ignored that part. Thanks for the catch. Collin