Commit 4575e52e authored by Rafaël Carré's avatar Rafaël Carré

linking to gcrypt requires `libgcrypt-config --libs`

parent bb2ef16f
...@@ -4622,7 +4622,7 @@ AS_IF([test "${enable_libgcrypt}" != "no"], [ ...@@ -4622,7 +4622,7 @@ AS_IF([test "${enable_libgcrypt}" != "no"], [
GCRYPT_LIBS="`libgcrypt-config --libs`" GCRYPT_LIBS="`libgcrypt-config --libs`"
], [ ], [
AC_MSG_ERROR([libgcrypt not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.]) AC_MSG_ERROR([libgcrypt not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.])
]) ], [`libgcrypt-config --libs`])
], [ ], [
AC_MSG_ERROR([libgcrypt version 1.1.94 or higher not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.]) AC_MSG_ERROR([libgcrypt version 1.1.94 or higher not found. Install libgcrypt or use --disable-libgcrypt. Have a nice day.])
], [#include <gcrypt.h>] ], [#include <gcrypt.h>]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment