aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Uzunov <andrey.uzunov@gmail.com>2013-09-08 10:34:08 +0000
committerAndrey Uzunov <andrey.uzunov@gmail.com>2013-09-08 10:34:08 +0000
commit921133b1a584dc203d1358c8fe769abd7cbf32af (patch)
tree14b26e40b2a67d9946f5f6155eab59a73c6bc6bd
parentb6151e98ce10aaea4b9bd2be0dee4f07b068b4ed (diff)
downloadlibmicrohttpd-921133b1a584dc203d1358c8fe769abd7cbf32af.tar.gz
libmicrohttpd-921133b1a584dc203d1358c8fe769abd7cbf32af.zip
fix for -r29049
-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)