Why add -qHALT=E to CFLAGS on AIX (build/apr_hints.m4)? That seems
like an undue burden. It forces the client application to work with
-qHALT=E. I don't see an equivalent restriction for Solaris
(-errwarn), HP-UX (+We), Tru64 UNIX (-msg_error), etc. Subversion, for
example, breaks with this.
*-ibm-aix*)
...
dnl If using xlc, remember it, and give it the right options.
if $CC 2>&1 | grep 'xlc' > /dev/null; then
APR_SETIFNULL(AIX_XLC, [yes])
APR_ADDTO(CFLAGS, [-qHALT=E])
fi
--
albert chin (china@thewrittenword.com)
|