mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 10:40:28 +08:00
* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
From-SVN: r39288
This commit is contained in:
parent
80a59404aa
commit
45291dd585
@ -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…
Reference in New Issue
Block a user