]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: generate a script to run the compiler
authorDaniel Stenberg <daniel@haxx.se>
Tue, 16 May 2023 14:51:14 +0000 (16:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 18 May 2023 18:57:11 +0000 (20:57 +0200)
commitb78ca50cb3dda361f9c1e7a83af7e2e0fa0edbf2
tree39af6b6b04ff273bd2d2f9014fd30cf008649b16
parent408eb87bb3fa042120ff1805702346f4c9eb1a52
configure: generate a script to run the compiler

in the CURL_RUN_IFELSE macro, with LD_LIBRARY_PATH set to the value of
the configure invoke, and not the value that might be used later,
intended for the execution of the output the compiler ouputs.

For example when the compiler uses the same library (like libz) that
configure checks for.

Reported-by: Jonas Bülow
Fixes #11114
Closes #11120
configure.ac
m4/curl-functions.m4