3877N/APatch origin: in-house
3877N/APatch status: Solaris-specific; not suitable for upstream
3877N/A
3877N/AThis is added to fix the MKDEP value for Solaris Studio compiler.
3877N/A
3877N/A--- build/apr_common.m4
3877N/A+++ build/apr_common.m4
3877N/A@@ -959,7 +959,7 @@
278N/A int main() { return 0; }
278N/A EOF
278N/A MKDEP="true"
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])
278N/A if $i conftest.c 2>/dev/null | grep 'conftest.o: conftest.c' >/dev/null; then
278N/A MKDEP=$i