summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-07-21 17:43:55 +0100
committerMatthias Radestock <matthias@lshift.net>2009-07-21 17:43:55 +0100
commit8e48a4bbb3ae51e2b6eb6b2f8b8154e24a25c14c (patch)
tree0c83bd72326e214dd6b3c0f5751bb3e65a6b08b9 /Makefile
parentdd90570105929f29fa2c4e78e98ee544952af3e2 (diff)
downloadrabbitmq-server-git-8e48a4bbb3ae51e2b6eb6b2f8b8154e24a25c14c.tar.gz
raise minimum required otp version for dialyzer support to R12B-5
since we depend on some new features, notably the 'timeout()' type.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9c372a28b7..67b5f6d5d7 100644
--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,10 @@ PYTHON=python
ifndef USE_SPECS
# our type specs rely on features / bug fixes in dialyzer that are
-# only available in R12B-3 upwards
+# only available in R12B-5 upwards
#
# NB: the test assumes that version number will only contain single digits
-USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.6.2" ]; then echo "true"; else echo "false"; fi)
+USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.6.4" ]; then echo "true"; else echo "false"; fi)
endif
#other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests