OSDN Git Service

* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
authormsokolov <msokolov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jan 2001 22:55:12 +0000 (22:55 +0000)
committermsokolov <msokolov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jan 2001 22:55:12 +0000 (22:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39288 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
ltcf-cxx.sh

index b6a0a87..68558a7 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 4b8913b..fad6a4a 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.