* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
authorMichael Sokolov <msokolov@ivan.Harhan.ORG>
Fri, 26 Jan 2001 22:55:12 +0000 (22:55 +0000)
committerMichael Sokolov <msokolov@gcc.gnu.org>
Fri, 26 Jan 2001 22:55:12 +0000 (22:55 +0000)
From-SVN: r39288

ChangeLog
ltcf-cxx.sh

index b6a0a87b97ea065e45ebb50849094323847a0795..68558a767167a1752937a8ecbaa9ebaa8bfb8bc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
+
 2001-01-26  Tom Tromey  <tromey@redhat.com>
 
        * configure.in: Allow libgcj to be built on Sparc Solaris.
index 4b8913b14e5e2fd621c146b4d7df5309dee0dda3..fad6a4ae5523a5210e7d041570c04d5038fdb7b6 100644 (file)
@@ -816,7 +816,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.