mirror of
https://github.com/libssh2/libssh2.git
synced 2025-10-31 23:30:25 +03:00
Define an automake conditional iff libgcrypt is used.
This commit is contained in:
@@ -55,6 +55,7 @@ if test "$use_libgcrypt" != "no"; then
|
||||
LDFLAGS="$LDFLAGS $LIBGCRYPT_LIBS"
|
||||
AC_DEFINE(LIBSSH2_LIBGCRYPT, 1, [Use libgcrypt])
|
||||
fi
|
||||
AM_CONDITIONAL(LIBGCRYPT, test "$use_libgcrypt" != "no")
|
||||
|
||||
#
|
||||
# Look for OpenSSL
|
||||
|
||||
Reference in New Issue
Block a user