summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-07-30 16:17:39 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-07-30 16:17:39 +0100
commitdd999bfef9b58a5b80624beab56ab8fa20b3dcfb (patch)
treea46bfe3d538873a82a4ffd3da991079be72582c9 /Makefile
parenta4d03b70db850684671068ccc82a21e959645646 (diff)
parent44b0742a979a4fed2780fa876bc56dea1d58dffd (diff)
downloadrabbitmq-server-git-dd999bfef9b58a5b80624beab56ab8fa20b3dcfb.tar.gz
Merge default into amqp_0_9_1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7c9690e33e..a97838cc3c 100644
--- a/Makefile
+++ b/Makefile
@@ -41,10 +41,10 @@ RABBIT_PLT=rabbit.plt
ifndef USE_SPECS
# our type specs rely on features and bug fixes in dialyzer that are
-# only available in R13B04 upwards (R13B04 is erts 5.7.5)
+# only available in R14A upwards (R13B04 is erts 5.7.5)
#
# 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.4" ]; then echo "true"; else echo "false"; fi)
+USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.7.5" ]; then echo "true"; else echo "false"; fi)
endif
#other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests