199df9f
From 83bfb10b85fbc1b9ec1dfcaf4bc8a894b035d6a8 Mon Sep 17 00:00:00 2001
9aa8bdd
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
9aa8bdd
Date: Tue, 22 Jan 2019 02:52:42 -0500
1794487
Subject: [PATCH 1/2] Fix broken test macro condition.
9aa8bdd
9aa8bdd
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
9aa8bdd
---
9aa8bdd
 tests/active_poller.cpp | 2 +-
1794487
 1 file changed, 1 insertion(+), 1 deletion(-)
9aa8bdd
9aa8bdd
diff --git a/tests/active_poller.cpp b/tests/active_poller.cpp
199df9f
index ebc5a0c..815a5b6 100644
9aa8bdd
--- a/tests/active_poller.cpp
9aa8bdd
+++ b/tests/active_poller.cpp
9aa8bdd
@@ -2,7 +2,7 @@
9aa8bdd
 
9aa8bdd
 #include "testutil.hpp"
9aa8bdd
 
9aa8bdd
-#if defined(ZMQ_CPP11) && defined(ZMQ_BUILD_DRAFT_API)
9aa8bdd
+#if defined(ZMQ_CPP11) && defined(ZMQ_BUILD_DRAFT_API) && defined(ZMQ_HAVE_POLLER)
9aa8bdd
 
9aa8bdd
 #include <array>
9aa8bdd
 #include <memory>
9aa8bdd
-- 
199df9f
2.26.2
9aa8bdd