summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac
index 67fe40d84d..9dfbf44ce5 100644
--- a/cpp/configure.ac
+++ b/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])