]> git.ipfire.org Git - thirdparty/curl.git/commit
m4: reposition USE_RUSTLS="yes" for pkg-config
authorDaniel McCarney <daniel@binaryparadox.net>
Sun, 31 Mar 2024 20:19:10 +0000 (16:19 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 31 Mar 2024 21:22:17 +0000 (23:22 +0200)
commit5a50cb5a18a141a463148562dab83fa3be1a3b90
treedee2b2982bf5fda6d450146e300900b84f076bc2
parent5418812d3441f7b6bf73ab783b521221b1cec8d9
m4: reposition USE_RUSTLS="yes" for pkg-config

It's necessary to set this var to "yes" _after_ AC_DEFINE and AC_SUBST
in order for a later `test` to pass so that `check_for_ca_bundle=1` ends
up being set. This is in turn required for the default CA certificate
bundle to be set when building w/ rustls & pkg-config.

Reported-by: Matt Jolly
Fixes #13248
Closes #13251
m4/curl-rustls.m4