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

This commit is contained in:
Michael Sokolov 2001-01-27 19:29:31 +00:00
parent 4c16ad64a2
commit dcc5e02d01
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.

View File

@ -804,7 +804,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.