summaryrefslogtreecommitdiff
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
commit566407aab9d6aff98d62d4b19402324539e28a55 (patch)
treeb22c494d0d05232fcce5507c07d44eea40f62940
parentc751a76bb8bc9a61890aa04d6c67c0a7419fcb9d (diff)
downloadgdb-566407aab9d6aff98d62d4b19402324539e28a55.tar.gz
* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
-rw-r--r--ChangeLog4
-rw-r--r--ltcf-cxx.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2799a47a939..a31dca7dc60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
+
+ * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
+
2001-01-27 Alexandre Oliva <aoliva@redhat.com>
* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
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.