* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
[external/binutils.git] / ltcf-cxx.sh
index eca44c0..bccc30b 100644 (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.