* 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 2799a47a939c044090ae477bd8d9c3eb1021f30e..a31dca7dc608548575f005d19f2a4e48e767f6d9 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 eca44c068f9bfa763505d59910e7d3f5c88d61c6..bccc30bf7a8e1289bddc32d3aecb63101f5a714a 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.