From: Willy Tarreau Date: Wed, 27 Mar 2019 13:26:34 +0000 (+0100) Subject: BUILD: remove 10-years old error message for obsolete option USE_TCPSPLICE X-Git-Tag: v2.0-dev3~385 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fc5cc609da2a33aa78a355368c7e798c9bd6211;p=thirdparty%2Fhaproxy.git BUILD: remove 10-years old error message for obsolete option USE_TCPSPLICE The USE_TCPSPLICE option was removed in 1.4-dev3 10 years ago, and the error message remained to warn the user. Let's get rid of it now. --- diff --git a/Makefile b/Makefile index 48de6591b2..852338c4e9 100644 --- a/Makefile +++ b/Makefile @@ -477,10 +477,6 @@ BUILD_OPTIONS = # BUILD_OPTIONS += $(call ignore_implicit,USE_xxx) ignore_implicit = $(patsubst %=implicit,,$(1)=$($(1))) -ifneq ($(USE_TCPSPLICE),) -$(error experimental option USE_TCPSPLICE has been removed, check USE_LINUX_SPLICE) -endif - ifneq ($(USE_LINUX_SPLICE),) OPTIONS_CFLAGS += -DCONFIG_HAP_LINUX_SPLICE BUILD_OPTIONS += $(call ignore_implicit,USE_LINUX_SPLICE)