summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-08-30 17:06:44 +0000
committerAlan Conway <aconway@apache.org>2007-08-30 17:06:44 +0000
commitfe3043fa600e1294631a324a39a9302938bf8016 (patch)
tree1f680ee6e6908ddd6afa1a53ad81f1415798fc6e /qpid/cpp/configure.ac
parentcfaa5d0d31a387cd0634b7498201d1620d905a46 (diff)
downloadqpid-python-fe3043fa600e1294631a324a39a9302938bf8016.tar.gz
- Update cluster code to work with new FrameHandler
- Update ClassifierHandler to use Visitor rather than map. - Replace heap allocation in cluster classes with boost::optional. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@571246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index 6440b2ee09..4ba175a71c 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/cpp/configure.ac
@@ -142,10 +142,6 @@ AC_CHECK_LIB([cpg],[cpg_local_get],[cpg_lib=yes],[cpg_lib=no])
AC_CHECK_HEADER([openais/cpg.h],[cpg_h=yes])
test x$cpg_lib = xyes -a x$cpg_h = xyes && enable_CLUSTER=yes
-# FIXME aconway 2007-08-30: Disable cluster till build problems
-# are fixed
-enable_CLUSTER=no
-
if test x$enable_CLUSTER = xyes; then
AC_ARG_ENABLE([cluster],
[AS_HELP_STRING([--disable-cluster],