mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-23 04:42:28 +00:00
Revert "BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time"
This reverts commit 6c9f7faa62
.
This warning is no longer needed because source code can be compiled with
enabled support for OpenTracing context transfer via HAProxy variables.
This patch must be backported in 2.5.
This commit is contained in:
parent
52c2ec3202
commit
4e4b813bde
@ -65,8 +65,6 @@ OPTIONS_OBJS += \
|
||||
addons/ot/src/util.o
|
||||
|
||||
ifneq ($(OT_USE_VARS),)
|
||||
$(warning Please do not set the OT_USE_VARS configuration variable, as the source will probably not be able to compile! For now, this variable can only be used for experimental purposes, and is not intended for wider use.)
|
||||
|
||||
OT_DEFINE += -DUSE_OT_VARS
|
||||
OPTIONS_OBJS += \
|
||||
addons/ot/src/vars.o
|
||||
|
Loading…
Reference in New Issue
Block a user