mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08: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
@ -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
|
||||
compilersh="run-compiler"
|
||||
echo "CC=$CC" > $compilersh
|
||||
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $compilersh
|
||||
echo "CC=\"$CC\"" > $compilersh
|
||||
echo "LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH\"" >> $compilersh
|
||||
echo 'exec $CC $@' >> $compilersh
|
||||
|
||||
dnl **********************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user