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
commitdcc5e02d01a89e9e2013a12a52d79fc69d48564b (patch)
tree1722f4cb736316f11105cf710613ba2d3fb3a45c /ltcf-cxx.sh
parent4c16ad64a2b6e8ee1b31c25d3e9e41c875e4e474 (diff)
downloadcygnal-dcc5e02d01a89e9e2013a12a52d79fc69d48564b.tar.gz
cygnal-dcc5e02d01a89e9e2013a12a52d79fc69d48564b.tar.bz2
cygnal-dcc5e02d01a89e9e2013a12a52d79fc69d48564b.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 eca44c068..bccc30bf7 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.