gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29102 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r29102 - libmicrohttpd
Date: Sun, 8 Sep 2013 12:34:09 +0200

Author: andreyu
Date: 2013-09-08 12:34:08 +0200 (Sun, 08 Sep 2013)
New Revision: 29102

Modified:
   libmicrohttpd/configure.ac
Log:
fix for -r29049

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2013-09-07 20:28:28 UTC (rev 29101)
+++ libmicrohttpd/configure.ac  2013-09-08 10:34:08 UTC (rev 29102)
@@ -337,7 +337,7 @@
 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]