From 790a3ac50987c7e87ec501e1fa2438faa162ab69 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 6 Feb 2008 20:49:05 +0000 Subject: 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 --- cpp/src/tests/cluster.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests') 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 # -- cgit v1.2.1