* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
From-SVN: r39288
This commit is contained in:
parent
80a59404aa
commit
45291dd585
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue