DOC: DeviceAtlas documentation typo fix.

The USE_PCRE syntax was incorrect. No backport needed.
This commit is contained in:
David Carlier 2021-02-19 12:01:38 +00:00 committed by Willy Tarreau
parent 8990b010a0
commit e0724580d3

View File

@ -5,7 +5,7 @@ In order to add DeviceAtlas Device Detection support, you would need to download
the API source code from https://deviceatlas.com/deviceatlas-haproxy-module.
The build supports the USE_PCRE and USE_PCRE2 options. Once extracted :
$ make TARGET=<target> USE_PCRE (or USE_PCRE2=1) USE_DEVICEATLAS=1 DEVICEATLAS_SRC=<path to the API root folder>
$ make TARGET=<target> USE_PCRE=1 (or USE_PCRE2=1) USE_DEVICEATLAS=1 DEVICEATLAS_SRC=<path to the API root folder>
Optionally DEVICEATLAS_INC and DEVICEATLAS_LIB may be set to override the path
to the include files and libraries respectively if they're not in the source