commit 921133b1a584dc203d1358c8fe769abd7cbf32af
parent b6151e98ce10aaea4b9bd2be0dee4f07b068b4ed
Author: Andrey Uzunov <andrey.uzunov@gmail.com>
Date: Sun, 8 Sep 2013 10:34:08 +0000
fix for -r29049
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -337,7 +337,7 @@ AC_MSG_RESULT($enable_spdy)
if test "$enable_spdy" = "yes"
then
AC_CHECK_HEADERS([openssl/err.h],
- AC_CHECK_LIB(crypto, SSL_CTX_set_next_protos_advertised_cb,
+ AC_CHECK_LIB(ssl, SSL_CTX_set_next_protos_advertised_cb,
[AM_CONDITIONAL(HAVE_OPENSSL, true)
enable_spdy="yes"],
[AM_CONDITIONAL(HAVE_OPENSSL, false)