summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-04-04 04:16:00 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2003-04-04 04:16:00 +0000
commite40847e66c758bd9ed7c04cae94f9c890b607991 (patch)
tree0b8720367fe5eaa48997211d846c76e1dd874bc9 /build
parent97150897cbcbb4390c5f1decd9710949d84fcc20 (diff)
downloadlibapr-e40847e66c758bd9ed7c04cae94f9c890b607991.tar.gz
don't bother j random user with missing function prototype warnings
on AIX, particularly since we get a bunch of uninteresting ones related to errno; leave it for --enable-maintainer-mode git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/apr_hints.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 356559fe6..a93de9cfa 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -59,7 +59,7 @@ if test "x$apr_preload_done" != "xyes" ; then
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 -qinfo=pro])
+ APR_ADDTO(CFLAGS, [-qHALT=E])
fi
APR_SETIFNULL(apr_iconv_inbuf_const, [1])
APR_SETIFNULL(apr_sysvsem_is_global, [yes])