summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-08-01 21:14:26 +0000
committerAlan Conway <aconway@apache.org>2007-08-01 21:14:26 +0000
commitdb9a181e256692714f9910d54599eaf73b19db73 (patch)
tree6db6b8faeb1e43215356c561d331d7505ec95848 /qpid/cpp/configure.ac
parent4c529fab8c579aa82a5254c7e223f5356a1862e2 (diff)
downloadqpid-python-db9a181e256692714f9910d54599eaf73b19db73.tar.gz
Propagate --disable-cluster to spec file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@561952 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/configure.ac')
-rw-r--r--qpid/cpp/configure.ac12
1 files changed, 7 insertions, 5 deletions
diff --git a/qpid/cpp/configure.ac b/qpid/cpp/configure.ac
index 86a0347248..49b7e5f298 100644
--- a/qpid/cpp/configure.ac
+++ b/qpid/cpp/configure.ac
@@ -153,12 +153,14 @@ fi
AM_CONDITIONAL([CLUSTER], [test x$enable_CLUSTER = xyes])
if test x$enable_CLUSTER = xyes; then
CPPFLAGS+=" -DCLUSTER"
- REQUIRES_OPENAIS="Requires: openais"
- AC_SUBST(REQUIRES_OPENAIS)
- REQUIRES_OPENAIS_DEVEL="Requires: openais-devel"
- AC_SUBST(REQUIRES_OPENAIS_DEVEL)
+ SPEC_REQUIRES_OPENAIS="Requires: openais"
+ AC_SUBST(SPEC_REQUIRES_OPENAIS)
+ SPEC_REQUIRES_OPENAIS_DEVEL="Requires: openais-devel"
+ AC_SUBST(SPEC_REQUIRES_OPENAIS_DEVEL)
else
- LDFLAGS=$save_ldflags
+ SPEC_CONFIGURE_OPTS=--disable-cluster
+ AC_SUBST(SPEC_CONFIGURE_OPTS)
+ LDFLAGS=$save_ldflags
fi
# Files to generate