* ltcf-cxx.sh: Use parentheses around eval $ac_compile.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user