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
37619bae77
commit
6143eb99e3
@ -98,6 +98,10 @@ if test -z "${LMDB_LDADD}"; then
|
||||
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}])
|
||||
LMDB_CFLAGS="-DWITH_LMDB ${LMDB_CFLAGS}"
|
||||
@ -108,6 +112,7 @@ else
|
||||
AC_SUBST(LMDB_LDFLAGS)
|
||||
AC_SUBST(LMDB_CFLAGS)
|
||||
AC_SUBST(LMDB_DISPLAY)
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user