278N/A=== This is added to fix the MKDEP value for Sun Studio compiler
278N/A int main() { return 0; }
278N/A- for i in "$CC -MM" "$CC -M" "$CPP -MM" "$CPP -M" "cpp -M"; do
278N/A+ for i in "$CC -MM" "$CC -M" "$CC -xM" "$CPP -MM" "$CPP -M" "$CPP -xM" "cpp -M"; do
278N/A AC_MSG_CHECKING([if $i can create proper make dependencies])