link against openssl crypto library only

This commit is contained in:
Martin Willi
2008-06-06 08:04:42 +00:00
parent 1e5522ffd7
commit e581a31d6a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -667,7 +667,7 @@ if test x$sqlite = xtrue; then
fi
if test x$openssl = xtrue; then
AC_HAVE_LIBRARY([ssl],[LIBS="$LIBS"],[AC_MSG_ERROR([OpenSSL library ssl not found])])
AC_HAVE_LIBRARY([crypto],[LIBS="$LIBS"],[AC_MSG_ERROR([OpenSSL crypto library not found])])
AC_CHECK_HEADER([openssl/evp.h],,[AC_MSG_ERROR([OpenSSL header openssl/evp.h not found!])])
fi