summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2016-06-29 00:10:28 +0300
committerGitHub <noreply@github.com>2016-06-29 00:10:28 +0300
commit0923c9676fa7a1e5a839551ed6a11bb8192ff2c6 (patch)
treea980373888ff8dd63973e224d74e7ae45ae2aae1 /Makefile
parentf7c54b9a7caaa9c3655fe8cfeccec8deaa28ca5c (diff)
parent35d9cf6f67040aa53f0627734aa462fb92b8ed14 (diff)
downloadrabbitmq-server-git-0923c9676fa7a1e5a839551ed6a11bb8192ff2c6.tar.gz
Merge pull request #861 from rabbitmq/rabbitmq-server-860
Compile on OTP 19.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index b11de0fcfc..ee4c1a0afd 100644
--- a/Makefile
+++ b/Makefile
@@ -91,12 +91,6 @@ ifdef CREDIT_FLOW_TRACING
RMQ_ERLC_OPTS += -DCREDIT_FLOW_TRACING=true
endif
-ERTS_VER := $(shell erl -version 2>&1 | sed -E 's/.* version //')
-USE_SPECS_MIN_ERTS_VER = 5.11
-ifeq ($(call compare_version,$(ERTS_VER),$(USE_SPECS_MIN_ERTS_VER),>=),true)
-RMQ_ERLC_OPTS += -Duse_specs
-endif
-
ifndef USE_PROPER_QC
# PropEr needs to be installed for property checking
# http://proper.softlab.ntua.gr/