diff options
author | Andrey Uzunov <andrey.uzunov@gmail.com> | 2013-09-08 10:34:08 +0000 |
---|---|---|
committer | Andrey Uzunov <andrey.uzunov@gmail.com> | 2013-09-08 10:34:08 +0000 |
commit | 921133b1a584dc203d1358c8fe769abd7cbf32af (patch) | |
tree | 14b26e40b2a67d9946f5f6155eab59a73c6bc6bd | |
parent | b6151e98ce10aaea4b9bd2be0dee4f07b068b4ed (diff) | |
download | libmicrohttpd-921133b1a584dc203d1358c8fe769abd7cbf32af.tar.gz libmicrohttpd-921133b1a584dc203d1358c8fe769abd7cbf32af.zip |
fix for -r29049
-rw-r--r-- | configure.ac | 2 |
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) | |||
337 | if test "$enable_spdy" = "yes" | 337 | if test "$enable_spdy" = "yes" |
338 | then | 338 | then |
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) |