]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: Don't make shell completions without perl
authorDan Fandrich <dan@coneharvesters.com>
Fri, 1 Mar 2024 07:38:22 +0000 (23:38 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 1 Mar 2024 09:16:24 +0000 (01:16 -0800)
commit0f7aba83cc9a38d2f3dc0a4af505bdfab517619e
tree08f11acef0fad34c5c043ae14deb73f17d80f05e
parent2cd78f525c714e59c54650f5182db65bdfaf6fe4
configure: Don't make shell completions without perl

The code that attempted to skip building the shell completions didn't
work properly and tried to build them even if perl wasn't available.
This step, as well as the install step, is now properly skipped without
perl.

Follow-up to 89733e2dd

Closes #13022
scripts/Makefile.am