]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Require rabbitmq >= 0.8 when building with caf enabled
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:01 +0000 (11:23 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:23:01 +0000 (11:23 -0700)
caf requires rabbitmq >= 0.8, so check for this version in the
configure script.

open-vm-tools/configure.ac

index 4c0b5f809e76c987909d98db31a2e4d8a55fee75..8aad33e2a770bfed145c39b4775ba15b6f5b0585 100644 (file)
@@ -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"],