]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: quote the assignments for run-compiler
authorChristian Hesse <mail@eworm.de>
Tue, 23 May 2023 07:40:18 +0000 (09:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 May 2023 08:46:44 +0000 (10:46 +0200)
commit471dab2da0c6b2b08ca2b96a1da0a4825e2c3c36
tree703c1f9b6c4a9cb0df8dbda4bdc26b51a68f263a
parent127eb0d83a391ff4bdda764b404c13820949b68d
configure: quote the assignments for run-compiler

Building for multilib failed, as the compiler command contains an
extra argument. That needs quoting.

Regression from b78ca50cb3dda361f9c1

Fixes #11179
Closes #11180
configure.ac