diff options
author | Andrew Stitcher <astitcher@apache.org> | 2007-06-18 12:11:32 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2007-06-18 12:11:32 +0000 |
commit | 45b526ce09daee869ec1313808583f7e05bff7bb (patch) | |
tree | 297d2b1f02b14e1fdffbc1074b3d23670859f602 /cpp/configure.ac | |
parent | 41c30308ad435c338633b97405fe7350d515f069 (diff) | |
download | qpid-python-45b526ce09daee869ec1313808583f7e05bff7bb.tar.gz |
Intermediate checkin with preliminary work on epoll based net IO
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@548337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
-rw-r--r-- | cpp/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 962a1071a8..d0d1302ec7 100644 --- a/cpp/configure.ac +++ b/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 |