2667N/APatch origin: in-house
2667N/APatch status: Solaris-specific; not suitable for upstream
2667N/A
2667N/AThis is added to fix the MKDEP value for Solaris Studio compiler.
2667N/A
2667N/A--- build/apr_common.m4.orig Mon Oct 29 04:47:32 2007
2667N/A+++ build/apr_common.m4 Wed Aug 13 01:36:00 2008
2667N/A@@ -948,7 +948,7 @@
2667N/A int main() { return 0; }
2667N/A EOF
2667N/A MKDEP="true"
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])
2667N/A if $i conftest.c 2>/dev/null | grep 'conftest.o: conftest.c' >/dev/null; then
2667N/A MKDEP=$i