From efa3feb65f59e10a378b9074ac2d01b540a3278c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 30 Aug 2007 17:06:44 +0000 Subject: - 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/qpid@571246 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/configure.ac') diff --git a/cpp/configure.ac b/cpp/configure.ac index 6440b2ee09..4ba175a71c 100644 --- a/cpp/configure.ac +++ b/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], -- cgit v1.2.1