Change-Id: Ic714f23749c8f5c6c22e3e547e66324128726fe8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159191
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2023-11-08 22:58:13 +01:00
committed by Julien Nabet
parent 0ca6c807e4
commit a2171ef07f

View File

@@ -11212,7 +11212,7 @@ if test "$with_system_zxcvbn" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_ZXCVBN=TRUE
AC_CHECK_HEADER(zxcvbn.h, [],
[ AC_MSG_ERROR(zxcvbn headers not foundd.)], [])
[ AC_MSG_ERROR(zxcvbn headers not found.)], [])
AC_CHECK_LIB(zxcvbn, ZxcvbnMatch, [],
[ AC_MSG_ERROR(zxcvbn library not found.)], [])
else