diff options
author | Luca Deri <deri@ntop.org> | 2022-08-31 11:47:59 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-08-31 11:48:18 +0200 |
commit | f684d44aa7efd815e72d62048b4151c9a5246fca (patch) | |
tree | aba73e1fdb06e1be8c21ff0f105e4e8568830973 | |
parent | 981a72cd80e0c036e8b68e3e3279be6299521b55 (diff) |
Removed maxmind check
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3714655e8..896690a49 100644 --- a/configure.ac +++ b/configure.ac @@ -203,10 +203,6 @@ if test -d ../nDPI-custom; then : AC_MSG_RESULT([Compiling with custom nDPI protocols]) fi -if test -d ../ndpi-pro; then : - with_maxminddb=1 -fi - case "$host" in *-*-mingw32*|*-*-msys) PCAP_INC="" |