aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2005-10-26 13:11:37 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2005-10-26 13:11:37 +0000
commitb719cc0d13bc85c12fbf484a2e94bf745b7409c3 (patch)
treed270c9c955ba46423c780fbca4ed1966c5c9d120 /configure.in
parent5e02c25291d594e01a910fce097a3fc5084fd68f (diff)
downloadlibssh-b719cc0d13bc85c12fbf484a2e94bf745b7409c3.tar.gz
libssh-b719cc0d13bc85c12fbf484a2e94bf745b7409c3.tar.xz
libssh-b719cc0d13bc85c12fbf484a2e94bf745b7409c3.zip
Libgcrypt was still used by default. Now it really compiles with openssl by default.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@44 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 5d6bca81..622c717a 100644
--- a/configure.in
+++ b/configure.in
@@ -66,9 +66,9 @@ AC_PROG_LIBTOOL
AC_C_BIGENDIAN
# Checks for libraries.
-AC_CHECK_LIB([gcrypt], [gcry_md_open])
+#AC_CHECK_LIB([gcrypt], [gcry_md_open])
AC_ARG_WITH([libgcrypt],
- AC_HELP_STRING([--with-libgcypt],[Use libgcrypt instead of libcrypto]),
+ AC_HELP_STRING([--with-libgcrypt],[Use libgcrypt instead of libcrypto]),
[AC_CHECK_LIB([gcrypt], [gcry_md_open])])
if test "$ac_cv_lib_gcrypt_gcry_md_open" != yes; then