Commit 45291dd5 by Michael Sokolov Committed by Michael Sokolov

* ltcf-cxx.sh: Use parentheses around eval $ac_compile.

From-SVN: r39288
parent 80a59404
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> 2001-01-26 Tom Tromey <tromey@redhat.com>
* configure.in: Allow libgcj to be built on Sparc Solaris. * configure.in: Allow libgcj to be built on Sparc Solaris.
......
...@@ -816,7 +816,7 @@ private: ...@@ -816,7 +816,7 @@ private:
EOF EOF
if eval $ac_compile 2>&5; then if (eval $ac_compile) 2>&5; then
# Parse the compiler output and extract the necessary # Parse the compiler output and extract the necessary
# objects, libraries and library flags. # objects, libraries and library flags.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment