From 0bcfd29820a0423d623600684df2900fc1037492 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 26 Jun 2007 11:49:15 +0000 Subject: Fix bug in cluster-disabled mode. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@550775 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac index 67fe40d84d..9dfbf44ce5 100644 --- a/qpid/cpp/configure.ac +++ b/qpid/cpp/configure.ac @@ -173,7 +173,8 @@ if test x$libcpg = xyes -a x$cpg_h = xyes; then AM_CONDITIONAL([CLUSTER], true) CPPFLAGS+=-DCLUSTER else - LDFLAGS=LDFLAGS_save + AM_CONDITIONAL([CLUSTER], false) + LDFLAGS=$LDFLAGS_save fi if test x$libcpg = xno -a x$cpg_h = xyes; then AC_MSG_WARN([Found cpg.h but libcpg is missing or does not contain cpg_local_get. Need build of openais whitetank branch head as of 2007-06-20]) -- cgit v1.2.1