diff options
| -rw-r--r-- | qpid/cpp/configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
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]) |
