* 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

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