diff options
author | Michael Sokolov <msokolov@ivan.harhan.org> | 2001-01-27 19:29:31 +0000 |
---|---|---|
committer | Michael Sokolov <msokolov@ivan.harhan.org> | 2001-01-27 19:29:31 +0000 |
commit | 4cc5853ded8aaba0742e59459dcde42844e241d2 (patch) | |
tree | f4361e580cd82d93ac859d91b52680e450b83458 /ltcf-cxx.sh | |
parent | 7487e485993880d2ec6f6e233b9889f28c904973 (diff) | |
download | binutils-4cc5853ded8aaba0742e59459dcde42844e241d2.tar.gz binutils-4cc5853ded8aaba0742e59459dcde42844e241d2.tar.bz2 binutils-4cc5853ded8aaba0742e59459dcde42844e241d2.zip |
* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r-- | ltcf-cxx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index eca44c068f9..bccc30bf7a8 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -804,7 +804,7 @@ private: EOF -if eval $ac_compile 2>&5; then +if (eval $ac_compile) 2>&5; then # Parse the compiler output and extract the necessary # objects, libraries and library flags. |