* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
authorMichael Sokolov <msokolov@ivan.harhan.org>
Sat, 27 Jan 2001 19:29:31 +0000 (19:29 +0000)
committerMichael Sokolov <msokolov@ivan.harhan.org>
Sat, 27 Jan 2001 19:29:31 +0000 (19:29 +0000)
ChangeLog
ltcf-cxx.sh

index 2799a47..a31dca7 100644 (file)
--- 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.
index eca44c0..bccc30b 100644 (file)
@@ -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.