diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-09-17 14:15:09 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-09-17 14:15:09 +0100 |
| commit | 07c80659e7a81b3f03ae2cde508c042735a7b68c (patch) | |
| tree | b33963d2bd2a782f6b43becd3fea6b3781d9ff9a /Makefile | |
| parent | 8d1d7257c81468c9043511cfcdb80878ef532295 (diff) | |
| download | rabbitmq-server-git-07c80659e7a81b3f03ae2cde508c042735a7b68c.tar.gz | |
Switch to Erlang 17-style types, /0 versions at least.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
