about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-04-12 22:30:39 +0200
committerPaul Fariello <paul@fariello.eu>2019-04-13 00:35:28 +0200
commitc00ab0351d72b23394435782fcd04da81bf0b8e1 (patch)
tree68641dd57f16d40cfb4bf20c7543bf1fc227ec7a
parent991153d8bd01680bdeedcb5590b1470a4662a0f1 (diff)
downloadprofani-tty-c00ab0351d72b23394435782fcd04da81bf0b8e1.tar.gz
Look for gcry_md_extract (libgcrypt >= 1.7.0)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 06daa8d9..097e13f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -280,7 +280,7 @@ if test "x$enable_omemo" != xno; then
                    [AC_MSG_ERROR([libsignal-protocol-c is required for OMEMO support])],
                    [AC_MSG_NOTICE([libsignal-protocol-c not found, OMEMO support not enabled])])])])
 
-    AC_CHECK_LIB([gcrypt], [gcry_check_version],
+    AC_CHECK_LIB([gcrypt], [gcry_md_extract],
         [LIBS="-lgcrypt $LIBS"],
         [AM_CONDITIONAL([BUILD_OMEMO], [false])
          AS_IF([test "x$enable_omemo" = xyes],