Rename crypto define to KVZ_SEL_ENCRYPTION

KVC is a typo.
This commit is contained in:
Ari Koivula 2016-06-07 16:37:33 +03:00
parent 76cb6dc6c2
commit 1354b9a997

View file

@ -61,7 +61,7 @@ AC_ARG_WITH([libcryptopp],
[Build with libcryptopp Enables selective encryption.]))
AS_IF([test "x$with_libcryptopp" = "xyes"], [
PKG_CHECK_MODULES([libcryptopp], [cryptopp],
AC_DEFINE([KVC_SEL_ENCRYPTION], [1], [With libcryptopp]),
AC_DEFINE([KVZ_SEL_ENCRYPTION], [1], [With libcryptopp]),
AC_MSG_ERROR([libcryptopp not found with pkg-config])
)
])