* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
This commit is contained in:
parent
4c16ad64a2
commit
dcc5e02d01
|
@ -1,3 +1,7 @@
|
||||||
|
2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
|
||||||
|
|
||||||
|
* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
|
||||||
|
|
||||||
2001-01-27 Alexandre Oliva <aoliva@redhat.com>
|
2001-01-27 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
|
* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
|
||||||
|
|
|
@ -804,7 +804,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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue