summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-04-17 11:27:37 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-04-17 11:27:37 +0100
commit14573283eabd42f025ceb64b533a05b80829dbf0 (patch)
tree16480675b40dded8676897e0c1f7689b3ab0034c /Makefile
parent558c299f534bd4dc8952cd3a68be942135065ea3 (diff)
parentf10a8608799dbc6c264f38e76dd243173777d4b8 (diff)
downloadrabbitmq-server-git-14573283eabd42f025ceb64b533a05b80829dbf0.tar.gz
Merge bug24729
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d16cd4d058..db7462a616 100644
--- a/Makefile
+++ b/Makefile
@@ -42,9 +42,9 @@ BASIC_PLT=basic.plt
RABBIT_PLT=rabbit.plt
ifndef USE_SPECS
-# our type specs rely on features and bug fixes in dialyzer that are
-# only available in R14B03 upwards (R14B03 is erts 5.8.4)
-USE_SPECS:=$(shell erl -noshell -eval 'io:format([list_to_integer(X) || X <- string:tokens(erlang:system_info(version), ".")] >= [5,8,4]), halt().')
+# our type specs rely on callback specs, which are available in R15B
+# upwards.
+USE_SPECS:=$(shell erl -noshell -eval 'io:format([list_to_integer(X) || X <- string:tokens(erlang:system_info(version), ".")] >= [5,9]), halt().')
endif
ifndef USE_PROPER_QC