| branch | HEAD |
| changeset 9416 | 4add5c3f13ea |
| parent 9413 | 5c5fc2aa299a |
| child 9444 | a5d8d201bd39 |
1.1 --- a/configure.in Mon Oct 05 19:52:03 2009 -0400 1.2 +++ b/configure.in Tue Oct 06 10:53:34 2009 -0400 1.3 @@ -1582,6 +1582,10 @@ 1.4 if test "$have_openssl" = "yes"; then 1.5 AC_DEFINE(HAVE_OPENSSL,, Build with OpenSSL support) 1.6 have_ssl="yes (OpenSSL)" 1.7 + 1.8 + AC_CHECK_LIB(ssl, SSL_get_current_compression, [ 1.9 + AC_DEFINE(HAVE_SSL_COMPRESSION,, Build with OpenSSL compression) 1.10 + ],, $SSL_LIBS) 1.11 fi 1.12 fi 1.13