summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-09-30 09:52:42 +0100
committerMatthias Radestock <matthias@lshift.net>2009-09-30 09:52:42 +0100
commitfc3fcc64d9d592830944c5bbf64567c2fbf71133 (patch)
tree5b409a0e3967d4f681e542b6b0124b6aa1e80238 /Makefile
parentef14e003116cec8bd99fa360994477f977e4f1ad (diff)
downloadrabbitmq-server-git-fc3fcc64d9d592830944c5bbf64567c2fbf71133.tar.gz
s/bool()/boolean() in type specs
since in R13B02 erlc spits out deprecation warnings otherwise
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bf78b1cc55..125761d8ca 100644
--- a/Makefile
+++ b/Makefile
@@ -23,10 +23,10 @@ RABBIT_PLT=rabbit.plt
ifndef USE_SPECS
# our type specs rely on features / bug fixes in dialyzer that are
-# only available in R13B upwards (R13B is eshell 5.7.1)
+# only available in R13B01 upwards (R13B01 is eshell 5.7.2)
#
# 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.7.0" ]; then echo "true"; else echo "false"; fi)
+USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.7.1" ]; then echo "true"; else echo "false"; fi)
endif
#other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests