mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Removes LMDB from the default configuration options
This commit is contained in:
parent
b4bc52f670
commit
ae216245c5
@ -97,6 +97,10 @@ if test -z "${LMDB_LDADD}"; then
|
||||
AC_MSG_ERROR([LMDB was explicitly referenced but it was not found])
|
||||
LMDB_FOUND=-1
|
||||
fi
|
||||
else
|
||||
if test -z "${LMDB_MANDATORY}"; then
|
||||
LMDB_FOUND=2
|
||||
AC_MSG_NOTICE([LMDB is disabled by default.])
|
||||
else
|
||||
LMDB_FOUND=1
|
||||
AC_MSG_NOTICE([using LMDB v${LMDB_VERSION}])
|
||||
@ -109,6 +113,7 @@ else
|
||||
AC_SUBST(LMDB_CFLAGS)
|
||||
AC_SUBST(LMDB_DISPLAY)
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
AC_SUBST(LMDB_FOUND)
|
||||
|
Loading…
x
Reference in New Issue
Block a user