diff options
Diffstat (limited to 'configure.seed')
-rw-r--r-- | configure.seed | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.seed b/configure.seed index 9af6b6987..ef84661a2 100644 --- a/configure.seed +++ b/configure.seed @@ -125,6 +125,10 @@ 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) CFLAGS="${CFLAGS} -DOS_WIN32" |