summaryrefslogtreecommitdiff
path: root/build/aprenv.py
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2009-03-23 23:33:45 +0000
committerPaul Querna <pquerna@apache.org>2009-03-23 23:33:45 +0000
commit92f00c2bd4eab4abf68289354b9b13605edfb392 (patch)
treed35110c9a698ab43fbba9e990cfaa1bcb4dad862 /build/aprenv.py
parenta23cffdf739c93cadc38d25bd631bdb0ab6897e3 (diff)
downloadapr-92f00c2bd4eab4abf68289354b9b13605edfb392.tar.gz
Scons: oops, wrong python object.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@757596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/aprenv.py')
-rw-r--r--build/aprenv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/aprenv.py b/build/aprenv.py
index 26faa1ec7..676ec045a 100644
--- a/build/aprenv.py
+++ b/build/aprenv.py
@@ -545,7 +545,7 @@ class APREnv(Environment):
subst['@have_ipv6@'] = 0
if conf.CheckDeclaration('IPPROTO_SCTP', '#include <netinet/in.h>') and \
- self.Check_apr_sctp():
+ conf.Check_apr_sctp():
subst['@have_sctp@'] = 1
else:
subst['@have_sctp@'] = 0