summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authoraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2002-01-23 06:10:30 +0000
committeraaron <aaron@13f79535-47bb-0310-9956-ffa450edef68>2002-01-23 06:10:30 +0000
commit55654f633513eb60dd47686f132477a9d7d8c215 (patch)
treeb9fd55383869ded3814462718290eb1800e1f3c4 /build
parentf987c5ae1eb8e635702cdaa9cafac6aa412ffc51 (diff)
downloadlibapr-55654f633513eb60dd47686f132477a9d7d8c215.tar.gz
The rest of this issue is undecided, but this patch gets us
working on AIX again. On versions where -D_THREAD_SAFE will break the build, passing --disable-threads to configure should get things moving again. Reviewed by: Elrond <elrond@samba-tng.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/apr_hints.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/build/apr_hints.m4 b/build/apr_hints.m4
index 57da49ad4..bf4f6ed63 100644
--- a/build/apr_hints.m4
+++ b/build/apr_hints.m4
@@ -63,7 +63,6 @@ if test "x$apr_preload_done" != "xyes" ; then
APR_ADDTO(CFLAGS, [-qHALT=E])
fi
APR_SETIFNULL(apr_iconv_inbuf_const, [1])
- APR_ADDTO(CPPFLAGS, [-D_THREAD_SAFE])
APR_ADDTO(LDFLAGS, [-Wl,-brtl])
;;
*-apollo-*)