aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 72f17957..502d30a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -337,7 +337,7 @@ AC_MSG_RESULT($enable_spdy)
337if test "$enable_spdy" = "yes" 337if test "$enable_spdy" = "yes"
338then 338then
339 AC_CHECK_HEADERS([openssl/err.h], 339 AC_CHECK_HEADERS([openssl/err.h],
340 AC_CHECK_LIB(crypto, SSL_CTX_set_next_protos_advertised_cb, 340 AC_CHECK_LIB(ssl, SSL_CTX_set_next_protos_advertised_cb,
341 [AM_CONDITIONAL(HAVE_OPENSSL, true) 341 [AM_CONDITIONAL(HAVE_OPENSSL, true)
342 enable_spdy="yes"], 342 enable_spdy="yes"],
343 [AM_CONDITIONAL(HAVE_OPENSSL, false) 343 [AM_CONDITIONAL(HAVE_OPENSSL, false)