mirror of
https://github.com/curl/curl.git
synced 2026-05-07 07:57:28 +03:00
configure: quote the assignments for run-compiler
Building for multilib failed, as the compiler command contains an
extra argument. That needs quoting.
Regression from b78ca50cb3
Fixes #11179
Closes #11180
This commit is contained in:
parent
127eb0d83a
commit
471dab2da0
1 changed files with 2 additions and 2 deletions
|
|
@ -193,8 +193,8 @@ dnl something different but only have that affect the execution of the results
|
||||||
dnl of the compile, not change the libraries for the compiler itself.
|
dnl of the compile, not change the libraries for the compiler itself.
|
||||||
dnl
|
dnl
|
||||||
compilersh="run-compiler"
|
compilersh="run-compiler"
|
||||||
echo "CC=$CC" > $compilersh
|
echo "CC=\"$CC\"" > $compilersh
|
||||||
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $compilersh
|
echo "LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH\"" >> $compilersh
|
||||||
echo 'exec $CC $@' >> $compilersh
|
echo 'exec $CC $@' >> $compilersh
|
||||||
|
|
||||||
dnl **********************************************************************
|
dnl **********************************************************************
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue