summaryrefslogtreecommitdiff
path: root/build/apr_hints.m4
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-11-27 03:50:49 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-11-27 03:50:49 +0000
commit7ca7a29f7701bc785b7cfc804135ca003d46d222 (patch)
tree9b8d6e48df4313b5d583e214e925c871065a507d /build/apr_hints.m4
parentd2062f71f8003dbc786846011c6a34ac55820d18 (diff)
downloadlibapr-7ca7a29f7701bc785b7cfc804135ca003d46d222.tar.gz
we don't really need langlvl=extended for AIX+xlc, at least with
this fix to the check for TCP_NODELAY inheritance git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_hints.m4')
-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 82234599d..e06ed1bc7 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -79,7 +79,7 @@ if test "x$apr_preload_done" != "xyes" ; then
dnl Must do a check for gcc or egcs here, to get the right options
dnl to the compiler.
if test "$GCC" != "yes"; then
- APR_ADDTO(CFLAGS, [-qHALT=E -qLANGLVL=extended])
+ APR_ADDTO(CFLAGS, [-qHALT=E])
fi
APR_SETIFNULL(apr_iconv_inbuf_const, [1])
APR_ADDTO(CPPFLAGS, [-D_THREAD_SAFE])