aboutsummaryrefslogtreecommitdiff
path: root/nDPId.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-06-26 13:11:21 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-07-16 22:06:31 +0200
commit967381a5990c7b637dffddf80d90104315a6b123 (patch)
tree0375f5421efc319513aabff79b8dd55c112c01a2 /nDPId.c
parentd1075600496643064ac508993219952a7ecb345a (diff)
`get-and-build-libndpi.sh` uses GMake MAKEFLAGS for sub-make (required for e.g. jobserver)
* fixed invalid CMake `test -r ...` Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'nDPId.c')
-rw-r--r--nDPId.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nDPId.c b/nDPId.c
index 2f256454d..e88a7f5bb 100644
--- a/nDPId.c
+++ b/nDPId.c
@@ -49,8 +49,8 @@
#define DLT_DSA_TAG_EDSA 285
#endif
-#if ((NDPI_MAJOR == 4 && NDPI_MINOR < 8) || NDPI_MAJOR < 4) && NDPI_API_VERSION < 7001
-#error "nDPI >= 4.8.0 or API version >= 7001 required"
+#if ((NDPI_MAJOR == 4 && NDPI_MINOR < 7) || NDPI_MAJOR < 4) && NDPI_API_VERSION < 7001
+#error "nDPI >= 4.7.0 or API version >= 7001 required"
#endif
#if nDPId_MAX_READER_THREADS <= 0