From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:01 +0000 (-0700) Subject: Require rabbitmq >= 0.8 when building with caf enabled X-Git-Tag: stable-10.2.0~561 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe067916d63a1aafbf82cdaef756c414dbf9c984;p=thirdparty%2Fopen-vm-tools.git Require rabbitmq >= 0.8 when building with caf enabled caf requires rabbitmq >= 0.8, so check for this version in the configure script. --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index 4c0b5f809..8aad33e2a 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -965,7 +965,7 @@ if test "$enable_caf" = "yes"; then [LIBRABBITMQ], [librabbitmq], [], - [0.7.1], + [0.8.0], [amqp_tcp_socket.h], [], [have_librabbitmq="yes"],