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

From-SVN: r39288
This commit is contained in:
Michael Sokolov 2001-01-26 22:55:12 +00:00 committed by Michael Sokolov
parent 80a59404aa
commit 45291dd585
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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.