2667N/APatch status: Solaris-specific; not suitable for upstream
2667N/AThis is added to fix the MKDEP value for Solaris Studio compiler.
2667N/A- for i in "$CC -MM" "$CC -M" "$CPP -MM" "$CPP -M" "cpp -M"; do
2667N/A+ for i in "$CC -MM" "$CC -M" "$CC -xM" "$CPP -MM" "$CPP -M" "$CPP -xM" "cpp -M"; do
2667N/A AC_MSG_CHECKING([if $i can create proper make dependencies])