summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2007-06-18 12:11:32 +0000
committerAndrew Stitcher <astitcher@apache.org>2007-06-18 12:11:32 +0000
commit0d9d78668b2d0ee22d3fcc0817d56645c9b1910a (patch)
tree95a0bfaa6646e320a5ae3dd92e764217182e9c48 /qpid/cpp/configure.ac
parentdcb9a4336fb53925e9ae0e48aae5d44ac967f69e (diff)
downloadqpid-python-0d9d78668b2d0ee22d3fcc0817d56645c9b1910a.tar.gz
Intermediate checkin with preliminary work on epoll based net IO
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@548337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index 962a1071a8..d0d1302ec7 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/cpp/configure.ac
@@ -121,7 +121,6 @@ if test "$enable_APR_NETIO" = yes -o "$enable_APR_PLATFORM" = yes; then
PKG_CHECK_MODULES([APR], [apr-1 >= $APR_MINIMUM_VERSION])
APR_CXXFLAGS="$APR_CFLAGS"
if test "$enable_APR_NETIO" = yes; then
- APR_CXXFLAGS+=" -DUSE_APR_NETIO=1"
USE_APR_NETIO=1
fi
if test "$enable_APR_PLATFORM" = yes; then