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