diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-30 13:23:40 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-30 13:23:40 +0000 |
| commit | f6c5c0d464efd4a19af54cbbb68a2ae315fbfd96 (patch) | |
| tree | 4200ff292164943efd2db91d6f33d64c76c49326 /cpp/configure.ac | |
| parent | 61a61c3716e42bf175004049976391407f28704d (diff) | |
| download | qpid-python-f6c5c0d464efd4a19af54cbbb68a2ae315fbfd96.tar.gz | |
* configure.ac: Disabled cluster build temporarily while fixing build problems.
* src/qpid/framing/Handler.h: Add missing default constructor.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@571161 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
| -rw-r--r-- | cpp/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 4ba175a71c..6440b2ee09 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -142,6 +142,10 @@ 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], |
