diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-04-17 11:27:37 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-04-17 11:27:37 +0100 |
| commit | 14573283eabd42f025ceb64b533a05b80829dbf0 (patch) | |
| tree | 16480675b40dded8676897e0c1f7689b3ab0034c /Makefile | |
| parent | 558c299f534bd4dc8952cd3a68be942135065ea3 (diff) | |
| parent | f10a8608799dbc6c264f38e76dd243173777d4b8 (diff) | |
| download | rabbitmq-server-git-14573283eabd42f025ceb64b533a05b80829dbf0.tar.gz | |
Merge bug24729
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
