summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrancesco Mazzoli <francesco@rabbitmq.com>2012-04-02 13:43:19 +0100
committerFrancesco Mazzoli <francesco@rabbitmq.com>2012-04-02 13:43:19 +0100
commit074a70840e7a6e0b7377ca16293951930d5d5ec1 (patch)
tree2f15da9769292ecb8e87462c0a5d26de4a7b8b16 /Makefile
parent007a84fdb711e9fe488cf33df9c5d9622cb58383 (diff)
parent61541af68cc6efb633d4e528cbc41bd0f4349588 (diff)
downloadrabbitmq-server-074a70840e7a6e0b7377ca16293951930d5d5ec1.tar.gz
Merged default.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d16cd4d0..db7462a6 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