summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-09-30 14:37:21 +0100
committerMatthew Sackman <matthew@lshift.net>2009-09-30 14:37:21 +0100
commite6cfdebe34120a934b284ddba47db7e53c48a4fa (patch)
tree706009f82b2fb2de3af3652ae864fffc51137f71 /Makefile
parentb51b34d83dcd19d2c5ab9c007309db703354d5a6 (diff)
parent0271621ac9c395b6514eabbc817e13aeb04ba127 (diff)
downloadrabbitmq-server-git-e6cfdebe34120a934b284ddba47db7e53c48a4fa.tar.gz
merging in from default
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