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 | 566407aab9d6aff98d62d4b19402324539e28a55 (patch) | |
tree | b22c494d0d05232fcce5507c07d44eea40f62940 /ltcf-cxx.sh | |
parent | c751a76bb8bc9a61890aa04d6c67c0a7419fcb9d (diff) | |
download | gdb-566407aab9d6aff98d62d4b19402324539e28a55.tar.gz |
* 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. |