Code

check if AMQP_VERSION exists
[collectd.git] / src / amqp.c
index 39fbe744851a967b181a08fa35d3cb08faf88310..24bc4881f6659049ca465d249c312332d0912aba 100644 (file)
@@ -299,7 +299,7 @@ static int camqp_create_exchange (camqp_config_t *conf) /* {{{ */
             /* type        = */ amqp_cstring_bytes (conf->exchange_type),
             /* passive     = */ 0,
             /* durable     = */ 0,
-#if AMQP_VERSION >= 0x00060000
+#if defined(AMQP_VERSION) && AMQP_VERSION >= 0x00060000
             /* auto delete = */ 0,
             /* internal    = */ 0,
 #endif