diff options
author | Alan Conway <aconway@apache.org> | 2008-02-06 20:49:05 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-02-06 20:49:05 +0000 |
commit | 790a3ac50987c7e87ec501e1fa2438faa162ab69 (patch) | |
tree | a1f697d838a927df34c51213c2c38d39d4eefb96 /cpp/src/tests | |
parent | a53459d9f89b67d10e2276f58c515c63ea333244 (diff) | |
download | qpid-python-790a3ac50987c7e87ec501e1fa2438faa162ab69.tar.gz |
Replaced --enable-cluster option with --with-cpg to enable/disable CPG.
make rpmbuild uses --with-cpg, will fail unless openais is installed.
Normal builds respect explicit --with/--without, or use CPG if
installed when neither is specified.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@619148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/cluster.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 3db0604e2c..ba8d99935f 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -1,4 +1,4 @@ -if CLUSTER +if CPG # # Cluster tests makefile fragment, to be included in Makefile.am # |