summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-04-19 14:07:35 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-04-19 14:07:35 +0100
commit2ee3c10053c92b3a36beb30fffd2f5930ac16ef3 (patch)
tree6a003e59de6b284f821d00f5d5383767aabedf43 /Makefile
parent38c936a7ee2a179592a0e991885858e887df8327 (diff)
parent051c149653879f522625f4937df6031642346c7d (diff)
downloadrabbitmq-server-git-2ee3c10053c92b3a36beb30fffd2f5930ac16ef3.tar.gz
Merge in default
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