summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-09-18 11:25:42 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-09-18 11:25:42 +0100
commit4844f3d4d2f3139d0aa5bdbac611975975c99e1c (patch)
tree031cce177ba1be47c691aac85f50f2d3a9c251e7 /Makefile
parentf4a01383323515a807919031e2d90360a6954622 (diff)
parent70aaaf4197045e5d9173ef1b1e095d423b9e0a21 (diff)
downloadrabbitmq-server-git-4844f3d4d2f3139d0aa5bdbac611975975c99e1c.tar.gz
Merge bug25824
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ffb4cdfed9..2a77d9b047 100644
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,9 @@ BASIC_PLT=basic.plt
RABBIT_PLT=rabbit.plt
ifndef USE_SPECS
-# our type specs rely on callback specs, which are available in R15B
+# our type specs rely on dict:dict/0 etc, which are only available in 17.0
# upwards.
-USE_SPECS:=$(shell erl -noshell -eval 'io:format([list_to_integer(X) || X <- string:tokens(erlang:system_info(version), ".")] >= [5,9]), halt().')
+USE_SPECS:=$(shell erl -noshell -eval 'io:format([list_to_integer(X) || X <- string:tokens(erlang:system_info(version), ".")] >= [5,11]), halt().')
endif
ifndef USE_PROPER_QC