summaryrefslogtreecommitdiffstats
path: root/ltcf-cxx.sh
diff options
context:
space:
mode:
authorMichael Sokolov <msokolov@ivan.harhan.org>2001-01-27 19:29:31 +0000
committerMichael Sokolov <msokolov@ivan.harhan.org>2001-01-27 19:29:31 +0000
commit4cc5853ded8aaba0742e59459dcde42844e241d2 (patch)
treef4361e580cd82d93ac859d91b52680e450b83458 /ltcf-cxx.sh
parent7487e485993880d2ec6f6e233b9889f28c904973 (diff)
downloadppe42-binutils-4cc5853ded8aaba0742e59459dcde42844e241d2.tar.gz
ppe42-binutils-4cc5853ded8aaba0742e59459dcde42844e241d2.zip
* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r--ltcf-cxx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh
index eca44c068f..bccc30bf7a 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.
OpenPOWER on IntegriCloud