From: Michael Sokolov Date: Sat, 27 Jan 2001 19:29:31 +0000 (+0000) Subject: * ltcf-cxx.sh: Use parentheses around eval $ac_compile. X-Git-Tag: jimb_gnu_v3_branchpoint~345 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4cc5853ded8aaba0742e59459dcde42844e241d2;p=external%2Fbinutils.git * ltcf-cxx.sh: Use parentheses around eval $ac_compile. --- diff --git a/ChangeLog b/ChangeLog index 2799a47..a31dca7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-27 Michael Sokolov + + * ltcf-cxx.sh: Use parentheses around eval $ac_compile. + 2001-01-27 Alexandre Oliva * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types. diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index eca44c0..bccc30b 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -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.