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@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