[syslog-ng] [PATCH 2/2] afamqp: Disable building with system librabbitmq for now
Gergely Nagy
algernon at balabit.hu
Tue Oct 9 18:13:06 CEST 2012
There is no rabbitmq-c release yet that we can support yet, so for
now, error out if the system version was requested.
Signed-off-by: Gergely Nagy <algernon at balabit.hu>
---
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.in b/configure.in
index 2edec69..84004ad 100644
--- a/configure.in
+++ b/configure.in
@@ -854,7 +854,7 @@ if test "x$with_librabbitmq_client" = "xinternal"; then
with_librabbitmq_client="no"
fi
elif test "x$with_librabbitmq_client" = "xsystem"; then
- PKG_CHECK_MODULES(LIBRABBITMQ, librabbitmq >= $LRMQ_MIN_VERSION,with_librabbitmq_client="yes",with_librabbitmq_client="no")
+ AC_MSG_ERROR([Building with system librabbitmq is not supported yet.])
fi
if test "x$with_librabbitmq_client" = "xno"; then
--
1.7.10.4
More information about the syslog-ng
mailing list