diff options
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r-- | ltcf-cxx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index eca44c068f9..bccc30bf7a8 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. |