mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Add libgcrypt minimum version in configure error log
This commit is contained in:
parent
c00ab0351d
commit
b2dfdc7509
@ -284,8 +284,8 @@ if test "x$enable_omemo" != xno; then
|
||||
[LIBS="-lgcrypt $LIBS"],
|
||||
[AM_CONDITIONAL([BUILD_OMEMO], [false])
|
||||
AS_IF([test "x$enable_omemo" = xyes],
|
||||
[AC_MSG_ERROR([gcrypt is required for OMEMO support])],
|
||||
[AC_MSG_NOTICE([gcrypt not found, OMEMO support not enabled])])])
|
||||
[AC_MSG_ERROR([gcrypt >= 1.7.0 is required for OMEMO support])],
|
||||
[AC_MSG_NOTICE([gcrypt >= 1.7.0 not found, OMEMO support not enabled])])])
|
||||
|
||||
AM_COND_IF([BUILD_OMEMO], [AC_DEFINE([HAVE_OMEMO], [1], [Have OMEMO])])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user